[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 6 / c / f / AardvarkCrashReport / 1.0.0 / AardvarkCrashReport.podspec.json
blobdaa50d6a8a054ced9151bae65b96a5c19c1f4286
2   "name": "AardvarkCrashReport",
3   "version": "1.0.0",
4   "summary": "AardvarkCrashReport makes it easy to provide high quality data about crashes in your bug reports.",
5   "homepage": "https://github.com/cashapp/AardvarkCrashReport",
6   "license": {
7     "type": "Apache 2.0",
8     "file": "LICENSE"
9   },
10   "authors": "Square",
11   "source": {
12     "git": "https://github.com/cashapp/AardvarkCrashReport.git",
13     "tag": "1.0.0"
14   },
15   "swift_versions": "5.0",
16   "platforms": {
17     "ios": "12.0"
18   },
19   "static_framework": true,
20   "source_files": "Sources/AardvarkCrashReport/**/*.{h,m,swift}",
21   "dependencies": {
22     "Aardvark": [
23       "~> 4.0"
24     ],
25     "PLCrashReporter": [
26       "~> 1.8"
27     ]
28   },
29   "pod_target_xcconfig": {
30     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
31   },
32   "user_target_xcconfig": {
33     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
34   },
35   "swift_version": "5.0"