[Add] RnpKit 1.2.5
[CocoaPods.git] / Specs / a / 3 / e / ParseCrashReporting / 1.7.2.1 / ParseCrashReporting.podspec.json
blobd707d8854b4d314d885bc03dd276db6b45a37e3f
2   "name": "ParseCrashReporting",
3   "version": "1.7.2.1",
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/588d2825a5cb1a143b9e22947da00a16/parse-library-1.7.2.zip"
13   },
14   "platforms": {
15     "ios": "6.0"
16   },
17   "requires_arc": true,
18   "public_header_files": "ParseCrashReporting.framework/**/*.h",
19   "source_files": "ParseCrashReporting.framework/**/*.h",
20   "preserve_paths": "ParseCrashReporting.framework/ParseCrashReporting",
21   "vendored_libraries": "libParseCrashReporting.a",
22   "prepare_command": "cp ParseCrashReporting.framework/ParseCrashReporting libParseCrashReporting.a",
23   "frameworks": [
24     "Foundation",
25     "CFNetwork",
26     "MobileCoreServices",
27     "Security",
28     "SystemConfiguration"
29   ],
30   "libraries": [
31     "z",
32     "sqlite3",
33     "stdc++.6"
34   ],
35   "dependencies": {
36     "Bolts/Tasks": [
37       ">= 1.1.5"
38     ],
39     "Parse": [
40       "~> 1.7.2"
41     ]
42   }