Skip to content

Instantly share code, notes, and snippets.

@angelolloqui
Last active August 29, 2015 14:03
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 angelolloqui/82768cbbc27da2c2e3ea to your computer and use it in GitHub Desktop.
Save angelolloqui/82768cbbc27da2c2e3ea to your computer and use it in GitHub Desktop.
PayPalMPL pod pointing to specific commit. Tired of asking PayPal to not remove old versions as CocoaPods breaks every time they make a new release.
{
"name": "PayPalMPL",
"version": "2.1.3",
"summary": "PayPal MPL Payment library for iOS.",
"homepage": "https://www.paypal.com",
"license": {
"type": "Copyright",
"text": " Copyright (c) 2014 PayPal\n"
},
"authors": "PayPal",
"source": {
"http": "http://github.com/paypal/sdk-packages/blob/e9f4cb69569f2929d003a7c49853d066cc9b1f83/MPL/PayPalMPL_2-1-3_iPhone_DevelopersPackage.zip?raw=true&ext=.zip"
},
"platforms": {
"ios": "5.0"
},
"source_files": "PayPalMPL_iPhone_DevelopersPackage/Library/*.h",
"preserve_paths": "PayPalMPL_iPhone_DevelopersPackage/Library/*.a",
"libraries": [
"PayPalMPL",
"xml2",
"iconv",
"z"
],
"xcconfig": {
"LIBRARY_SEARCH_PATHS": "$(PODS_ROOT)/PayPalMPL/PayPalMPL_iPhone_DevelopersPackage/Library"
},
"requires_arc": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment