Skip to content

Instantly share code, notes, and snippets.

@siuying
Created July 6, 2015 07:57
Show Gist options
  • Select an option

  • Save siuying/6a548f1924ed3243aeb5 to your computer and use it in GitHub Desktop.

Select an option

Save siuying/6a548f1924ed3243aeb5 to your computer and use it in GitHub Desktop.
{
"name": "Parse",
"version": "1.7.5",
"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/4f99c06cc58271c9e18199253fb9e059/parse-library-1.7.5.zip"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"vendored_frameworks": "Parse.framework",
"frameworks": [
"AudioToolbox",
"CFNetwork",
"CoreGraphics",
"CoreLocation",
"QuartzCore",
"Security",
"StoreKit",
"SystemConfiguration"
],
"weak_frameworks": [
"Accounts",
"Social"
],
"libraries": [
"z",
"sqlite3"
],
"dependencies": {
"Bolts/Tasks": [
">= 1.2.0"
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment