Skip to content

Instantly share code, notes, and snippets.

@andyscott
Last active August 29, 2015 14:06
Show Gist options
  • Save andyscott/ba631ccefca41b418fed to your computer and use it in GitHub Desktop.
Save andyscott/ba631ccefca41b418fed to your computer and use it in GitHub Desktop.
Hack to change FB version!
{
"name": "ParseFacebookUtils",
"version": "1.3.0",
"license": {
"type": "Commercial",
"text": "See https://www.parse.com/about/terms"
},
"homepage": "https://www.parse.com/",
"summary": "Parse is a complete technology stack to power your app's backend.",
"authors": "Parse",
"source": {
"http": "http://parse-ios.s3.amazonaws.com/fe7d5b5421b322d1f8fb96ac8ae65b24/parse-library-1.3.0.zip"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": false,
"vendored_frameworks": "ParseFacebookUtils.framework",
"public_header_files": "ParseFacebookUtils.framework/**/*.h",
"frameworks": [
"AudioToolbox",
"CFNetwork",
"CoreGraphics",
"CoreLocation",
"MobileCoreServices",
"QuartzCore",
"Security",
"StoreKit",
"SystemConfiguration"
],
"weak_frameworks": [
"Accounts",
"Social"
],
"libraries": [
"z",
"sqlite3"
],
"dependencies": {
"Parse-iOS": [
"~> 1.3.0"
],
"Facebook-iOS-SDK": [
"~> 3.17"
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment