Skip to content

Commit

Permalink
Update podspec according to requirements
Browse files Browse the repository at this point in the history
- Add pod lint to travis script.
  • Loading branch information
Pitometsu committed Oct 1, 2016
1 parent f89bdb5 commit b4ad8ce
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Expand Up @@ -55,6 +55,13 @@ matrix:
- carthage build --no-skip-current --platform watchOS
env:
- JOB=CARTHAGE-watchOS
- script:
- gem install cocoapods --pre
- pod repo update
- pod lib lint ReactiveObjC.podspec
env:
- JOB=PODSPEC

notifications:
email: false
slack:
Expand Down
4 changes: 2 additions & 2 deletions ReactiveObjC.podspec
Expand Up @@ -18,13 +18,14 @@ Pod::Spec.new do |s|
s.documentation_url = "https://github.com/ReactiveCocoa/ReactiveObjC/"\
"tree/master/Documentation#readme"

s.author = { "Josh Abernathy" => "josh@github.com" }
s.author = "ReactiveCocoa"
s.social_media_url = "https://twitter.com/ReactiveCocoa"

s.ios.deployment_target = "8.0"
s.osx.deployment_target = "10.9"
s.watchos.deployment_target = "2.0"
s.tvos.deployment_target = "9.0"

s.source = { git: "https://github.com/ReactiveCocoa/ReactiveObjC.git",
tag: s.version }

Expand Down Expand Up @@ -57,6 +58,5 @@ Pod::Spec.new do |s|
s.requires_arc = true

s.frameworks = "Foundation"
s.dependency "Result", "~> 2.0"

end

0 comments on commit b4ad8ce

Please sign in to comment.