[Add] SindarinSwiftSDK 1.0.0
[CocoaPods.git] / Specs / c / 9 / a / Parse / 1.2.7 / Parse.podspec.json
blob00af2686c1dd307036c292382dc188876a7050a7
2   "name": "Parse",
3   "version": "1.2.7",
4   "license": {
5     "type": "Commercial",
6     "text": "See https://parse.com/about/terms"
7   },
8   "platforms": {
9     "ios": null
10   },
11   "summary": "iOS framework for developing apps using the Parse BaaS.",
12   "description": "To integrate after adding this pod, continue with step 9 in the QuickStart: (https://parse.com/apps/quickstart).",
13   "homepage": "http://parse.com",
14   "authors": {
15     "Parse": "support@parse.com"
16   },
17   "source": {
18     "git": "https://github.com/jessbowers/Parse.git",
19     "tag": "1.2.7"
20   },
21   "source_files": "ParseDummy.{m,h}",
22   "preserve_paths": "Parse.framework",
23   "requires_arc": true,
24   "frameworks": [
25     "StoreKit",
26     "AudioToolbox",
27     "CFNetwork",
28     "SystemConfiguration",
29     "MobileCoreServices",
30     "CoreGraphics",
31     "Security",
32     "QuartzCore",
33     "CoreLocation",
34     "Parse"
35   ],
36   "weak_frameworks": [
37     "AdSupport",
38     "Social",
39     "Accounts"
40   ],
41   "xcconfig": {
42     "FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/Parse\""
43   },
44   "libraries": [
45     "z",
46     "sqlite3"
47   ],
48   "dependencies": {
49     "Facebook-iOS-SDK": [
50       "~> 3.5.1"
51     ]
52   }