[Add] MentaIFLYAdapter 6.00.23
[CocoaPods.git] / Specs / c / 9 / a / Parse / 1.11.0 / Parse.podspec.json
blobe88d80880bcaa7e422381b20cbf4d01a24aa8d85
2   "name": "Parse",
3   "version": "1.11.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.11.0"
14   },
15   "platforms": {
16     "ios": "7.0",
17     "osx": "10.9",
18     "tvos": "9.0",
19     "watchos": "2.0"
20   },
21   "requires_arc": true,
22   "source_files": [
23     "Parse/*.{h,m}",
24     "Parse/Internal/**/*.{h,m}"
25   ],
26   "public_header_files": "Parse/*.h",
27   "ios": {
28     "exclude_files": "Parse/Internal/PFMemoryEventuallyQueue.{h,m}",
29     "frameworks": [
30       "AudioToolbox",
31       "CFNetwork",
32       "CoreGraphics",
33       "CoreLocation",
34       "QuartzCore",
35       "Security",
36       "StoreKit",
37       "SystemConfiguration"
38     ],
39     "weak_frameworks": [
40       "Accounts",
41       "Social"
42     ]
43   },
44   "osx": {
45     "exclude_files": [
46       "Parse/PFNetworkActivityIndicatorManager.{h,m}",
47       "Parse/PFProduct.{h,m}",
48       "Parse/PFPurchase.{h,m}",
49       "Parse/Internal/PFAlertView.{h,m}",
50       "Parse/Internal/Product/**/*.{h,m}",
51       "Parse/Internal/Purchase/**/*.{h,m}",
52       "Parse/Internal/PFMemoryEventuallyQueue.{h,m}"
53     ],
54     "frameworks": [
55       "ApplicationServices",
56       "CFNetwork",
57       "CoreGraphics",
58       "CoreLocation",
59       "QuartzCore",
60       "Security",
61       "SystemConfiguration"
62     ]
63   },
64   "tvos": {
65     "exclude_files": [
66       "Parse/PFNetworkActivityIndicatorManager.{h,m}",
67       "Parse/PFPush.{h,m}",
68       "Parse/PFInstallation.{h,m}",
69       "Parse/Internal/PFAlertView.{h,m}",
70       "Parse/Internal/Push/**/*.{h,m}",
71       "Parse/Internal/Installation/Controller/*.{h,m}",
72       "Parse/Internal/Installation/Constants/*.{h,m}",
73       "Parse/Internal/Installation/CurrentInstallationController/*.{h,m}",
74       "Parse/Internal/Installation/PFInstallationPrivate.h",
75       "Parse/Internal/Commands/PFRESTPushCommand.{h,m}"
76     ],
77     "frameworks": [
78       "CoreLocation",
79       "StoreKit",
80       "SystemConfiguration",
81       "Security"
82     ]
83   },
84   "watchos": {
85     "exclude_files": [
86       "Parse/PFNetworkActivityIndicatorManager.{h,m}",
87       "Parse/PFProduct.{h,m}",
88       "Parse/PFPurchase.{h,m}",
89       "Parse/PFPush.{h,m}",
90       "Parse/PFInstallation.{h,m}",
91       "Parse/Internal/PFAlertView.{h,m}",
92       "Parse/Internal/PFReachability.{h,m}",
93       "Parse/Internal/Product/**/*.{h,m}",
94       "Parse/Internal/Purchase/**/*.{h,m}",
95       "Parse/Internal/Push/**/*.{h,m}",
96       "Parse/Internal/Installation/Controller/*.{h,m}",
97       "Parse/Internal/Installation/Constants/*.{h,m}",
98       "Parse/Internal/Installation/CurrentInstallationController/*.{h,m}",
99       "Parse/Internal/Installation/PFInstallationPrivate.h",
100       "Parse/Internal/Commands/PFRESTPushCommand.{h,m}",
101       "Parse/Internal/PFMemoryEventuallyQueue.{h,m}"
102     ]
103   },
104   "resources": "Parse/Resources/en.lproj",
105   "libraries": [
106     "z",
107     "sqlite3"
108   ],
109   "dependencies": {
110     "Bolts/Tasks": [
111       "~> 1.5"
112     ]
113   }