[Add] SindarinSwiftSDK 1.0.0
[CocoaPods.git] / Specs / c / 9 / a / Parse / 1.7.2.2 / Parse.podspec.json
blob1761e6c3adff8895aa49ce9ceb274479e28dfb93
2   "name": "Parse",
3   "version": "1.7.2.2",
4   "license": {
5     "type": "Commercial",
6     "text": "See https://www.parse.com/about/terms"
7   },
8   "homepage": "https://www.parse.com/",
9   "summary": "Parse is a complete technology stack to power your app's backend.",
10   "authors": "Parse",
11   "source": {
12     "http": "http://parse-ios.s3.amazonaws.com/588d2825a5cb1a143b9e22947da00a16/parse-library-1.7.2.zip"
13   },
14   "platforms": {
15     "ios": "6.0"
16   },
17   "requires_arc": false,
18   "public_header_files": "Parse.framework/**/*.h",
19   "source_files": [
20     "Parse.framework/**/*.h",
21     "Empty.m"
22   ],
23   "preserve_paths": "Parse.framework/Parse",
24   "vendored_libraries": "libParse.a",
25   "prepare_command": "touch Empty.m && cp Parse.framework/Parse libParse.a",
26   "frameworks": [
27     "AudioToolbox",
28     "CFNetwork",
29     "CoreGraphics",
30     "CoreLocation",
31     "MobileCoreServices",
32     "QuartzCore",
33     "Security",
34     "StoreKit",
35     "SystemConfiguration"
36   ],
37   "weak_frameworks": [
38     "Accounts",
39     "Social"
40   ],
41   "libraries": [
42     "z",
43     "sqlite3"
44   ],
45   "dependencies": {
46     "Bolts/Tasks": [
47       ">= 1.1.5"
48     ]
49   }