Commit 559fea1f authored by Fabio Pelosin's avatar Fabio Pelosin

[Gemspec] Include cocoapods-try

Closes #1568
parent 73d5a97a
......@@ -6,6 +6,10 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
###### Enhancements
* Introduced `pod try` the easiest way to test the example project of a pod.
[Fabio Pelosin](https://github.com/irrationalfab)
[#1568](https://github.com/CocoaPods/CocoaPods/pull/1568)
* Pod headers are now provided to the user target as a system
header. This means that any warnings in a Pod's code will show
under its target in Xcode's build navigator, and never under the
......
......@@ -7,7 +7,7 @@ GIT
GIT
remote: https://github.com/CocoaPods/Core.git
revision: 16b15ee5d783653ba2ccac8735abd49c039ca4d3
revision: 9eee64dcf26b480444f92841d1096423fc43610c
branch: master
specs:
cocoapods-core (0.28.0)
......@@ -57,6 +57,7 @@ PATH
claide (~> 0.4.0)
cocoapods-core (= 0.28.0)
cocoapods-downloader (~> 0.2.0)
cocoapods-try (~> 0.1.0)
colored (~> 1.2)
escape (~> 0.0.4)
json_pure (~> 1.8)
......@@ -71,6 +72,7 @@ GEM
multi_json (~> 1.0)
awesome_print (1.2.0)
bacon (1.2.0)
cocoapods-try (0.1.0)
coderay (1.1.0)
colored (1.2)
coveralls (0.7.0)
......
......@@ -31,6 +31,7 @@ s.files = Dir["lib/**/*.rb"] + %w{ bin/pod bin/sandbox-pod README.md LICENSE CHA
s.add_runtime_dependency 'claide', '~> 0.4.0'
s.add_runtime_dependency 'cocoapods-downloader', '~> 0.2.0'
s.add_runtime_dependency 'xcodeproj', '~> 0.14.1'
s.add_runtime_dependency 'cocoapods-try', '~> 0.1.0'
s.add_runtime_dependency 'colored', '~> 1.2'
s.add_runtime_dependency 'escape', '~> 0.0.4'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment