blob: daa50d6a8a054ced9151bae65b96a5c19c1f4286 [file] [log] [blame]
{
"name": "AardvarkCrashReport",
"version": "1.0.0",
"summary": "AardvarkCrashReport makes it easy to provide high quality data about crashes in your bug reports.",
"homepage": "https://github.com/cashapp/AardvarkCrashReport",
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"authors": "Square",
"source": {
"git": "https://github.com/cashapp/AardvarkCrashReport.git",
"tag": "1.0.0"
},
"swift_versions": "5.0",
"platforms": {
"ios": "12.0"
},
"static_framework": true,
"source_files": "Sources/AardvarkCrashReport/**/*.{h,m,swift}",
"dependencies": {
"Aardvark": [
"~> 4.0"
],
"PLCrashReporter": [
"~> 1.8"
]
},
"pod_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"user_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"swift_version": "5.0"
}