| { |
| "name": "Parse-iOS-SDK", |
| "version": "1.2.18", |
| "summary": "Parse is a complete technology stack to power your app's backend.", |
| "homepage": "http://www.parse.com", |
| "authors": "Parse", |
| "license": { |
| "type": "Commercial", |
| "text": "See https://parse.com/about/terms" |
| }, |
| "platforms": { |
| "ios": "5.0" |
| }, |
| "requires_arc": true, |
| "source": { |
| "http": "http://parse-ios.s3.amazonaws.com/d6f9a99dc84ce503c7de20ed91cb08f4/parse-library-1.2.18.zip" |
| }, |
| "frameworks": [ |
| "AudioToolbox", |
| "CFNetwork", |
| "CoreGraphics", |
| "CoreLocation", |
| "MobileCoreServices", |
| "QuartzCore", |
| "Security", |
| "StoreKit", |
| "SystemConfiguration" |
| ], |
| "weak_frameworks": [ |
| "Accounts", |
| "AdSupport", |
| "Social" |
| ], |
| "libraries": [ |
| "z", |
| "sqlite3" |
| ], |
| "preserve_paths": "Parse.framework", |
| "public_header_files": "Parse.framework/**/*.h", |
| "vendored_frameworks": "Parse.framework", |
| "dependencies": { |
| "Facebook-iOS-SDK": [ |
| "~> 3.7" |
| ] |
| } |
| } |