[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / c / 9 / a / Parse / 1.8.5 / Parse.podspec.json
blob0a5af3319919d5d5f161b7087f2968a700a2360f
2   "name": "Parse",
3   "version": "1.8.5",
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     "git": "https://github.com/ParsePlatform/Parse-SDK-iOS-OSX.git",
13     "tag": "1.8.5"
14   },
15   "platforms": {
16     "ios": "7.0",
17     "osx": "10.9"
18   },
19   "requires_arc": true,
20   "source_files": [
21     "Parse/*.{h,m}",
22     "Parse/Internal/**/*.{h,m}"
23   ],
24   "public_header_files": "Parse/*.h",
25   "osx": {
26     "exclude_files": [
27       "Parse/PFNetworkActivityIndicatorManager.{h,m}",
28       "Parse/PFProduct.{h,m}",
29       "Parse/PFPurchase.{h,m}",
30       "Parse/Internal/PFAlertView.{h,m}",
31       "Parse/Internal/Product/**/*.{h,m}",
32       "Parse/Internal/Purchase/**/*.{h,m}"
33     ],
34     "frameworks": [
35       "ApplicationServices",
36       "CFNetwork",
37       "CoreGraphics",
38       "CoreLocation",
39       "QuartzCore",
40       "Security",
41       "SystemConfiguration"
42     ]
43   },
44   "resources": "Parse/Resources/en.lproj",
45   "ios": {
46     "frameworks": [
47       "AudioToolbox",
48       "CFNetwork",
49       "CoreGraphics",
50       "CoreLocation",
51       "QuartzCore",
52       "Security",
53       "StoreKit",
54       "SystemConfiguration"
55     ],
56     "weak_frameworks": [
57       "Accounts",
58       "Social"
59     ]
60   },
61   "libraries": [
62     "z",
63     "sqlite3"
64   ],
65   "dependencies": {
66     "Bolts/Tasks": [
67       ">= 1.2.2"
68     ]
69   }