This repository was archived by the owner on May 26, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed
Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ matrix:
6767 - script :
6868 - gem install cocoapods -v 1.1.1
6969 - pod repo update --silent
70- - pod lib lint ReactiveCollections.podspec
70+ - pod lib lint --allow-warnings
7171 env :
7272 - JOB=PODSPEC
7373 - os : osx
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = "ReactiveCollections"
33 s . version = "1.0.0-alpha.0"
4- s . summary = ""
5- s . description = <<-DESC
6- Reactive collections for Swift using ReactiveSwift
7- DESC
4+ s . summary = "Reactive collections for Swift using ReactiveSwift"
85 s . homepage = "https://github.com/RACCommunity/ReactiveCollections/"
9- s . license = { :type => "MIT" , :file => "LICENSE.md " }
6+ s . license = { :type => "MIT" , :file => "LICENSE" }
107 s . author = "RACCommunity"
118
129 s . ios . deployment_target = "8.0"
1310 s . osx . deployment_target = "10.9"
1411 s . watchos . deployment_target = "2.0"
1512 s . tvos . deployment_target = "9.0"
1613 s . source = { :git => "https://github.com/RACCommunity/ReactiveCollections.git" , :branch => "master" }
14+
1715 # Directory glob for all Swift files
1816 s . source_files = "Sources/*.{swift}"
19- s . dependency 'ReactiveSwift' , '~> 1.0'
17+ s . dependency 'ReactiveSwift' , '~> 1.0.0-rc '
2018end
You can’t perform that action at this time.
0 commit comments