Skip to content

Instantly share code, notes, and snippets.

@smokyonion
Last active August 29, 2015 14:01
Show Gist options
  • Select an option

  • Save smokyonion/8badeff534c7099aa165 to your computer and use it in GitHub Desktop.

Select an option

Save smokyonion/8badeff534c7099aa165 to your computer and use it in GitHub Desktop.
My Podfile
platform :ios, '7.0' #or platform :osx, '10.7'
# exclusive pod
target :'MyXcodeProjectTarget', :exclusive => true do
pod 'ReactiveCocoa', '~> 2.3'
end
# shared pod
pod 'OCMock', '~> 2.2'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment