Skip to content
This repository has been archived by the owner on Jul 2, 2018. It is now read-only.

Commit

Permalink
Merge pull request #59 from argon/master
Browse files Browse the repository at this point in the history
Update to support CocoaPods 1.0
  • Loading branch information
devxoul authored Jul 11, 2016
2 parents 403420b + fed0e43 commit 295a4e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: objective-c
rvm:
- "2.0.0"
- "2.2.2"
install: bundle install --jobs=3 --retry=3
script: rake
4 changes: 2 additions & 2 deletions cocoaseeds.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ Gem::Specification.new do |s|
s.executables = %w{ seed }
s.require_paths = %w{ lib }

s.add_runtime_dependency "xcodeproj", "~> 0.28.2"
s.add_runtime_dependency "xcodeproj", ">= 0.28"
s.add_runtime_dependency "colorize", "~> 0.7.0"

s.required_ruby_version = ">= 2.0.0"
s.required_ruby_version = ">= 2.2.2"
end

0 comments on commit 295a4e9

Please sign in to comment.