[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 1 / 5 / 8 / Parse-OSX / 1.8.1 / Parse-OSX.podspec.json
blob577e097eff052fd131d192486d1e8839aec2b076
2   "name": "Parse-OSX",
3   "deprecated_in_favor_of": "Parse",
4   "version": "1.8.1",
5   "license": {
6     "type": "Commercial",
7     "text": "See https://www.parse.com/about/terms"
8   },
9   "homepage": "https://www.parse.com/",
10   "summary": "Parse is a complete technology stack to power your app's backend.",
11   "documentation_url": "https://parse.com/docs/ios_guide",
12   "authors": "Parse",
13   "source": {
14     "git": "https://github.com/ParsePlatform/Parse-SDK-iOS-OSX.git",
15     "tag": "1.8.1"
16   },
17   "platforms": {
18     "osx": "10.9"
19   },
20   "requires_arc": true,
21   "header_dir": "Parse",
22   "module_name": "Parse",
23   "source_files": [
24     "Parse/*.{h,m}",
25     "Parse/Internal/**/*.{h,m}"
26   ],
27   "public_header_files": "Parse/*.h",
28   "resources": "Parse/Resources/en.lproj",
29   "exclude_files": [
30     "Parse/PFNetworkActivityIndicatorManager.{h,m}",
31     "Parse/PFProduct.{h,m}",
32     "Parse/PFPurchase.{h,m}",
33     "Parse/Internal/PFAlertView.{h,m}",
34     "Parse/Internal/Product/**/*.{h,m}",
35     "Parse/Internal/Purchase/**/*.{h,m}"
36   ],
37   "frameworks": [
38     "ApplicationServices",
39     "CFNetwork",
40     "CoreGraphics",
41     "CoreLocation",
42     "QuartzCore",
43     "Security",
44     "SystemConfiguration"
45   ],
46   "libraries": [
47     "z",
48     "sqlite3"
49   ],
50   "dependencies": {
51     "Bolts/Tasks": [
52       ">= 1.2.0"
53     ]
54   }