[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 1 / 5 / 8 / Parse-OSX / 1.8.0 / Parse-OSX.podspec.json
blob2e34258445077a2b179be545c58afd050f0a76e2
2   "name": "Parse-OSX",
3   "version": "1.8.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   "documentation_url": "https://parse.com/docs/ios_guide",
11   "authors": "Parse",
12   "source": {
13     "git": "https://github.com/ParsePlatform/Parse-SDK-iOS-OSX.git",
14     "tag": "1.8.0"
15   },
16   "platforms": {
17     "osx": "10.9"
18   },
19   "requires_arc": true,
20   "header_dir": "ParseOSX",
21   "module_name": "ParseOSX",
22   "source_files": [
23     "Parse/*.{h,m}",
24     "Parse/OSX.{h,m}",
25     "Parse/Internal/**/*.{h,m}"
26   ],
27   "public_header_files": [
28     "Parse/*.h",
29     "Parse/OSX/*.h"
30   ],
31   "resources": "Parse/Resources/Localizable.strings",
32   "exclude_files": [
33     "Parse/PFNetworkActivityIndicatorManager.{h,m}",
34     "Parse/PFProduct.{h,m}",
35     "Parse/PFPurchase.{h,m}",
36     "Parse/Internal/PFAlertView.{h,m}",
37     "Parse/Internal/Product/**/*.{h,m}",
38     "Parse/Internal/Purchase/**/*.{h,m}"
39   ],
40   "frameworks": [
41     "ApplicationServices",
42     "CFNetwork",
43     "CoreGraphics",
44     "CoreLocation",
45     "QuartzCore",
46     "Security",
47     "SystemConfiguration"
48   ],
49   "libraries": [
50     "z",
51     "sqlite3"
52   ],
53   "dependencies": {
54     "Bolts/Tasks": [
55       ">= 1.2.0"
56     ]
57   }