[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 9 / d / b / TealiumCrashReporter / 1.5.0 / TealiumCrashReporter.podspec.json
bloba4cbc9bc7bf17bd2c8c43acc7388d6d3b54bc4c1
2   "name": "TealiumCrashReporter",
3   "module_name": "CrashReporter",
4   "version": "1.5.0",
5   "summary": "Fork of the Plausible Labs PLCrashReporter repo.",
6   "description": "This fork contains code that is not part of the core PLCrashReporter distribution.  This software is not provided by or maintained by Plausible Labs.",
7   "homepage": "https://github.com/tealium/plcrashreporter",
8   "platforms": {
9     "ios": "10.0"
10   },
11   "license": {
12     "type": "MIT",
13     "file": "LICENSE.txt"
14   },
15   "authors": {
16     "Jonathan Wong": "jonathan.wong@tealium.com"
17   },
18   "source": {
19     "http": "https://github.com/tealium/plcrashreporter/releases/download/1.5.0/TealiumCrashReporter.framework.zip",
20     "flatten": true
21   },
22   "requires_arc": false,
23   "ios": {
24     "vendored_frameworks": "CrashReporter.framework"
25   },
26   "pod_target_xcconfig": {
27     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
28   },
29   "user_target_xcconfig": {
30     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
31   }