[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / a / 3 / e / ParseCrashReporting / 1.7.2.2 / ParseCrashReporting.podspec.json
blob8e2ed8b7148d4ebdd2bc52c88c36d44367340a2e
2   "name": "ParseCrashReporting",
3   "version": "1.7.2.2",
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": [
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     "MobileCoreServices",
30     "Security",
31     "SystemConfiguration"
32   ],
33   "libraries": [
34     "z",
35     "sqlite3",
36     "stdc++.6"
37   ],
38   "dependencies": {
39     "Bolts/Tasks": [
40       ">= 1.1.5"
41     ],
42     "Parse": [
43       "~> 1.7.2"
44     ]
45   }