[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / a / 3 / e / ParseCrashReporting / 1.7.5 / ParseCrashReporting.podspec.json
blob1e6d9ee678f726eaf549ee9f50f13d4dc2f62130
2   "name": "ParseCrashReporting",
3   "version": "1.7.5",
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     "http": "http://parse-ios.s3.amazonaws.com/4f99c06cc58271c9e18199253fb9e059/parse-library-1.7.5.zip"
13   },
14   "platforms": {
15     "ios": "6.0"
16   },
17   "requires_arc": true,
18   "public_header_files": "ParseCrashReporting.framework/**/*.h",
19   "source_files": [
20     "ParseCrashReporting.framework/**/*.h",
21     "Empty.m"
22   ],
23   "preserve_paths": "ParseCrashReporting.framework/ParseCrashReporting",
24   "vendored_libraries": "libParseCrashReporting.a",
25   "prepare_command": "touch Empty.m && cp ParseCrashReporting.framework/ParseCrashReporting libParseCrashReporting.a",
26   "frameworks": [
27     "Foundation",
28     "CFNetwork",
29     "Security",
30     "SystemConfiguration"
31   ],
32   "libraries": [
33     "z",
34     "sqlite3",
35     "stdc++.6"
36   ],
37   "dependencies": {
38     "Bolts/Tasks": [
39       ">= 1.2.0"
40     ],
41     "Parse": [
42       "~> 1.7.5"
43     ]
44   }