diff --git a/ReactiveLists.podspec b/ReactiveLists.podspec index cccda0a..d309c0c 100644 --- a/ReactiveLists.podspec +++ b/ReactiveLists.podspec @@ -1,19 +1,19 @@ Pod::Spec.new do |s| s.name = "ReactiveLists" - s.version = "0.0.1" - + s.version = "0.1.0" + s.summary = "React-like API for UITableView and UICollectionView" s.homepage = "https://github.com/plangrid/ReactiveLists" s.license = { :type => "MIT", :file => "LICENSE" } s.author = "PlanGrid" s.documentation_url = "https://plangrid.github.io/ReactiveLists" s.social_media_url = "https://medium.com/plangrid-technology" - + s.source = { :git => "https://github.com/plangrid/ReactiveLists.git", :tag => s.version.to_s } s.source_files = 'Sources/**/*.swift' s.ios.deployment_target = '9.0' s.requires_arc = true - + s.swift_version = '4.0' s.dependency 'Dwifft', '~> 0.7.0' end