[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / a / 3 / e / ParseCrashReporting / 1.7.5.2 / ParseCrashReporting.podspec.json
blob43d5588fd19e634957552ab0ddd8e299d5b39e16
2   "name": "ParseCrashReporting",
3   "version": "1.7.5.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/4f99c06cc58271c9e18199253fb9e059/parse-library-1.7.5.zip"
13   },
14   "platforms": {
15     "ios": "6.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": "libParseCrashReporting.a",
25   "prepare_command": "touch Empty.m && cp ParseCrashReporting.framework/ParseCrashReporting libParseCrashReporting.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.0"
43     ],
44     "Parse": [
45       "~> 1.7.5.2"
46     ]
47   }