[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 9 / 5 / 4 / PLCrashReporter / 1.2-rc5 / PLCrashReporter.podspec.json
blob96e0d58d5e4d45ee2f03289cd72a54b1bc2051bb
2   "name": "PLCrashReporter",
3   "version": "1.2-rc5",
4   "summary": "Reliable, open-source crash reporting for iOS and Mac OS X.",
5   "description": "                   Plausible CrashReporter provides an in-process crash reporting\n                   framework for use on both iOS and Mac OS X, and powers many of\n                   the crash reporting services available for iOS, including\n                   HockeyApp, Flurry, and Crittercism.\n",
6   "homepage": "https://www.plcrashreporter.org",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.txt"
10   },
11   "authors": {
12     "Plausible Labs Cooperative, Inc.": "contact@plausible.coop"
13   },
14   "source": {
15     "http": "https://www.plcrashreporter.org/static/downloads/PLCrashReporter-1.2-rc5.zip",
16     "flatten": true
17   },
18   "platforms": {
19     "ios": 4.3,
20     "osx": 10.5
21   },
22   "ios": {
23     "public_header_files": "iOS Framework/CrashReporter.framework/Versions/A/Headers/*.h*",
24     "vendored_frameworks": "iOS Framework/CrashReporter.framework"
25   },
26   "osx": {
27     "public_header_files": "Mac OS X Framework/CrashReporter.framework/Versions/A/Headers/*.h*",
28     "vendored_frameworks": "Mac OS X Framework/CrashReporter.framework",
29     "resources": "Mac OS X Framework/CrashReporter.framework",
30     "xcconfig": {
31       "LD_RUNPATH_SEARCH_PATHS": "@loader_path/../Frameworks"
32     }
33   },
34   "requires_arc": false