[Add] MentaIFLYAdapter 6.00.23
[CocoaPods.git] / Specs / c / 9 / a / Parse / 1.8.0 / Parse.podspec.json
blobd68205a767233cf70de1f5648ae852040a504784
2   "name": "Parse",
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   "authors": "Parse",
11   "source": {
12     "git": "https://github.com/ParsePlatform/Parse-SDK-iOS-OSX.git",
13     "tag": "1.8.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": [
20     "Parse/*.{h,m}",
21     "Parse/Internal/**/*.{h,m}"
22   ],
23   "public_header_files": "Parse/*.h",
24   "resources": "Parse/Resources/Localizable.strings",
25   "frameworks": [
26     "AudioToolbox",
27     "CFNetwork",
28     "CoreGraphics",
29     "CoreLocation",
30     "QuartzCore",
31     "Security",
32     "StoreKit",
33     "SystemConfiguration"
34   ],
35   "weak_frameworks": [
36     "Accounts",
37     "Social"
38   ],
39   "libraries": [
40     "z",
41     "sqlite3"
42   ],
43   "dependencies": {
44     "Bolts/Tasks": [
45       ">= 1.2.0"
46     ]
47   }