[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / a / 3 / e / ParseCrashReporting / 1.8.3 / ParseCrashReporting.podspec.json
blob9e53989f23b5b6bb6d21bdaef9ffb0161d70b56b
2   "name": "ParseCrashReporting",
3   "version": "1.8.3",
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/73c16bdc5caa09704b9d991d103ffe0c/parse-library-1.8.3.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.2"
43     ],
44     "Parse": [
45       "~> 1.8.3"
46     ]
47   }