Created
July 6, 2015 07:57
-
-
Save siuying/6a548f1924ed3243aeb5 to your computer and use it in GitHub Desktop.
Parse podspec 1.7.5 - https://github.com/CocoaPods/Specs/pull/13253
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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