Skip to content

Instantly share code, notes, and snippets.

@sgoodwin
Created November 15, 2014 11:09
Show Gist options
  • Save sgoodwin/b4afacee1ef815a217b2 to your computer and use it in GitHub Desktop.
Save sgoodwin/b4afacee1ef815a217b2 to your computer and use it in GitHub Desktop.
The Podfile for my app, Chainguard
# 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