[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / c / 9 / a / Parse / 1.15.4 / Parse.podspec.json
blob7a10eff7de44acdf1f641ce1c0881079ff6f2ab5
2   "name": "Parse",
3   "version": "1.15.4",
4   "license": {
5     "type": "BSD",
6     "file": "LICENSE"
7   },
8   "homepage": "http://parseplatform.org/",
9   "summary": "A library that gives you access to the powerful Parse cloud platform from your iOS/OS X/watchOS/tvOS app.",
10   "authors": "Parse Community",
11   "social_media_url": "https://twitter.com/ParsePlatform",
12   "source": {
13     "git": "https://github.com/parse-community/Parse-SDK-iOS-OSX.git",
14     "tag": "1.15.4"
15   },
16   "platforms": {
17     "ios": "8.0",
18     "osx": "10.9",
19     "tvos": "9.0",
20     "watchos": "2.0"
21   },
22   "requires_arc": true,
23   "source_files": [
24     "Parse/*.{h,m}",
25     "Parse/Internal/**/*.{h,m}"
26   ],
27   "public_header_files": "Parse/*.h",
28   "ios": {
29     "exclude_files": "Parse/Internal/PFMemoryEventuallyQueue.{h,m}",
30     "frameworks": [
31       "AudioToolbox",
32       "CFNetwork",
33       "CoreGraphics",
34       "CoreLocation",
35       "QuartzCore",
36       "Security",
37       "StoreKit",
38       "SystemConfiguration"
39     ],
40     "weak_frameworks": [
41       "Accounts",
42       "Social"
43     ]
44   },
45   "osx": {
46     "exclude_files": [
47       "Parse/PFNetworkActivityIndicatorManager.{h,m}",
48       "Parse/PFProduct.{h,m}",
49       "Parse/PFPurchase.{h,m}",
50       "Parse/Internal/PFAlertView.{h,m}",
51       "Parse/Internal/Product/**/*.{h,m}",
52       "Parse/Internal/Purchase/**/*.{h,m}",
53       "Parse/Internal/PFMemoryEventuallyQueue.{h,m}"
54     ],
55     "frameworks": [
56       "ApplicationServices",
57       "CFNetwork",
58       "CoreGraphics",
59       "CoreLocation",
60       "QuartzCore",
61       "Security",
62       "SystemConfiguration"
63     ]
64   },
65   "tvos": {
66     "exclude_files": [
67       "Parse/PFNetworkActivityIndicatorManager.{h,m}",
68       "Parse/PFPush.{h,m}",
69       "Parse/PFPush+Synchronous.{h,m}",
70       "Parse/PFPush+Deprecated.{h,m}",
71       "Parse/PFInstallation.{h,m}",
72       "Parse/Internal/PFAlertView.{h,m}",
73       "Parse/Internal/Push/**/*.{h,m}",
74       "Parse/Internal/Installation/Controller/*.{h,m}",
75       "Parse/Internal/Installation/Constants/*.{h,m}",
76       "Parse/Internal/Installation/CurrentInstallationController/*.{h,m}",
77       "Parse/Internal/Installation/PFInstallationPrivate.h",
78       "Parse/Internal/Commands/PFRESTPushCommand.{h,m}"
79     ],
80     "frameworks": [
81       "CoreLocation",
82       "StoreKit",
83       "SystemConfiguration",
84       "Security"
85     ]
86   },
87   "watchos": {
88     "exclude_files": [
89       "Parse/PFNetworkActivityIndicatorManager.{h,m}",
90       "Parse/PFProduct.{h,m}",
91       "Parse/PFPurchase.{h,m}",
92       "Parse/PFPush.{h,m}",
93       "Parse/PFPush+Synchronous.{h,m}",
94       "Parse/PFPush+Deprecated.{h,m}",
95       "Parse/PFInstallation.{h,m}",
96       "Parse/Internal/PFAlertView.{h,m}",
97       "Parse/Internal/PFReachability.{h,m}",
98       "Parse/Internal/Product/**/*.{h,m}",
99       "Parse/Internal/Purchase/**/*.{h,m}",
100       "Parse/Internal/Push/**/*.{h,m}",
101       "Parse/Internal/Installation/Controller/*.{h,m}",
102       "Parse/Internal/Installation/Constants/*.{h,m}",
103       "Parse/Internal/Installation/CurrentInstallationController/*.{h,m}",
104       "Parse/Internal/Installation/PFInstallationPrivate.h",
105       "Parse/Internal/Commands/PFRESTPushCommand.{h,m}",
106       "Parse/Internal/PFMemoryEventuallyQueue.{h,m}"
107     ]
108   },
109   "resources": "Parse/Resources/en.lproj",
110   "libraries": [
111     "z",
112     "sqlite3"
113   ],
114   "dependencies": {
115     "Bolts/Tasks": [
116       "~> 1.9"
117     ]
118   }