Skip to content

Commit

Permalink
2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
heiberg committed Dec 5, 2019
1 parent 479b2b3 commit 5f57f5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SimpleSource.podspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Pod::Spec.new do |s|
s.name = 'SimpleSource'
s.version = '2.0.1'
s.version = '2.0.2'
s.summary = 'Composable, easy to use data sources for UITableView and UICollectionView.'
s.homepage = 'https://github.com/Squarespace/simple-source'
s.license = { :type => 'Apache', :file => 'LICENSE' }
s.authors = { 'Morten Heiberg' => 'mheiberg@squarespace.com', 'Thor Frolich' => 'tfrolich@squarespace.com' }
s.platform = :ios, '9.0'
s.swift_version = '5.1'
s.swift_versions = ['5.0', '5.1']
s.source = { :git => 'https://github.com/Squarespace/simple-source.git', :tag => s.version }
s.source_files = 'Sources/**/*.{h,m,swift}'
s.dependency 'Dwifft', '~> 0.9.0'
Expand Down

0 comments on commit 5f57f5a

Please sign in to comment.