Created
November 15, 2014 11:09
-
-
Save sgoodwin/b4afacee1ef815a217b2 to your computer and use it in GitHub Desktop.
The Podfile for my app, Chainguard
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Uncomment this line to define a global platform for your project | |
platform :ios, "8.0" | |
target "Chainguard" do | |
pod 'iOS7Colors', '~> 2.0.0' | |
end | |
target "ChainguardTests" do | |
pod 'OCMockito' | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment