[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / c / 9 / a / Parse / 1.10.0 / Parse.podspec.json
blobf44293263928e7c43c6179cf1f1006c0c5d1daaa
2   "name": "Parse",
3   "version": "1.10.0",
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.10.0"
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   "ios": {
26     "exclude_files": "Parse/Internal/PFMemoryEventuallyQueue.{h,m}",
27     "frameworks": [
28       "AudioToolbox",
29       "CFNetwork",
30       "CoreGraphics",
31       "CoreLocation",
32       "QuartzCore",
33       "Security",
34       "StoreKit",
35       "SystemConfiguration"
36     ],
37     "weak_frameworks": [
38       "Accounts",
39       "Social"
40     ]
41   },
42   "osx": {
43     "exclude_files": [
44       "Parse/PFNetworkActivityIndicatorManager.{h,m}",
45       "Parse/PFProduct.{h,m}",
46       "Parse/PFPurchase.{h,m}",
47       "Parse/Internal/PFAlertView.{h,m}",
48       "Parse/Internal/Product/**/*.{h,m}",
49       "Parse/Internal/Purchase/**/*.{h,m}",
50       "Parse/Internal/PFMemoryEventuallyQueue.{h,m}"
51     ],
52     "frameworks": [
53       "ApplicationServices",
54       "CFNetwork",
55       "CoreGraphics",
56       "CoreLocation",
57       "QuartzCore",
58       "Security",
59       "SystemConfiguration"
60     ]
61   },
62   "resources": "Parse/Resources/en.lproj",
63   "libraries": [
64     "z",
65     "sqlite3"
66   ],
67   "dependencies": {
68     "Bolts/Tasks": [
69       "~> 1.5"
70     ]
71   }