Skip to content

Instantly share code, notes, and snippets.

@dongyuwei
Created June 1, 2014 09:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dongyuwei/bdc81d2ca68f44803820 to your computer and use it in GitHub Desktop.
Save dongyuwei/bdc81d2ca68f44803820 to your computer and use it in GitHub Desktop.
# Uncomment this line to define a global platform for your project
# platform :ios, "6.0"
platform :osx, '10.9' # see https://github.com/CocoaPods/CocoaPods/issues/2075
target "NDTrieTest" do
pod 'Objective-LevelDB'
end
@dongyuwei
Copy link
Author

platform(such as platform :osx, '10.9') is needed, otherwise pod install --verbose will throw a error: see CocoaPods/CocoaPods#2075

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment