[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / a / 3 / e / ParseCrashReporting / 1.8.2 / ParseCrashReporting.podspec.json
blob4d37fc8ddedec2aed57d28ff9b376a881a30f12a
2   "name": "ParseCrashReporting",
3   "version": "1.8.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/35b85891ff6027c7327b0173125c4783/parse-library-1.8.2.zip"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "requires_arc": true,
18   "public_header_files": "*.h",
19   "source_files": [
20     "*.h",
21     "Empty.m"
22   ],
23   "preserve_paths": "ParseCrashReporting.framework/ParseCrashReporting",
24   "vendored_libraries": "libParseCrashReportingLib.a",
25   "prepare_command": "touch Empty.m && cp ParseCrashReporting.framework/ParseCrashReporting libParseCrashReportingLib.a && cp ParseCrashReporting.framework/Headers/* .",
26   "xcconfig": {
27     "OTHER_LDFLAGS": "-ObjC"
28   },
29   "frameworks": [
30     "Foundation",
31     "CFNetwork",
32     "Security",
33     "SystemConfiguration"
34   ],
35   "libraries": [
36     "z",
37     "sqlite3",
38     "stdc++.6"
39   ],
40   "dependencies": {
41     "Bolts/Tasks": [
42       ">= 1.2.1"
43     ],
44     "Parse": [
45       "~> 1.8.2"
46     ]
47   }