[Add] FaceSDKNightly 6.3.2275
[CocoaPods.git] / Specs / a / f / e / Parse-iOS-SDK / 1.2.17 / Parse-iOS-SDK.podspec.json
blob7ccc7d2f024f59185e5543d366b86096da77f31d
2   "name": "Parse-iOS-SDK",
3   "version": "1.2.17",
4   "summary": "Parse is a complete technology stack to power your app's backend.",
5   "homepage": "http://www.parse.com",
6   "authors": "Parse",
7   "license": {
8     "type": "Commercial",
9     "text": "See https://parse.com/about/terms"
10   },
11   "platforms": {
12     "ios": "5.0"
13   },
14   "requires_arc": true,
15   "source": {
16     "http": "http://parse-ios.s3.amazonaws.com/9a07669a56e487a0beccb17f26ca496b/parse-library-1.2.17.zip"
17   },
18   "frameworks": [
19     "AudioToolbox",
20     "CFNetwork",
21     "CoreGraphics",
22     "CoreLocation",
23     "MobileCoreServices",
24     "QuartzCore",
25     "Security",
26     "StoreKit",
27     "SystemConfiguration"
28   ],
29   "weak_frameworks": [
30     "Accounts",
31     "AdSupport",
32     "Social"
33   ],
34   "libraries": [
35     "z",
36     "sqlite3"
37   ],
38   "preserve_paths": "Parse.framework",
39   "public_header_files": "Parse.framework/**/*.h",
40   "vendored_frameworks": "Parse.framework",
41   "dependencies": {
42     "Facebook-iOS-SDK": [
43       "~> 3.7"
44     ]
45   }