blob: 64a8b639204930baa255a0c83411564d101f879a [file] [log] [blame]
{
"name": "CrashOps",
"version": "0.3.12",
"summary": "CrashOps monitors your app's stability and vulnerability.",
"description": "CrashOps lets you monitor your app's stability and vulnerability by giving you error and crash reports, supported by CrashOps servers.",
"homepage": "https://github.com/CrashOps/iOS-SDK",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"CrashOps": "developer@crashops.com"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/CrashOps/iOS-SDK.git",
"tag": "0.3.12"
},
"source_files": "CrashOps/**/*.{swift,h,m,mm,c,cpp}",
"dependencies": {
"KZCrash": [
"1.15.25"
]
},
"libraries": [
"z",
"iconv"
],
"frameworks": "Security",
"pod_target_xcconfig": {
"DEFINES_MODULE": "YES",
"GCC_PREPROCESSOR_DEFINITIONS": "HAVE_INTTYPES_H HAVE_PKCRYPT HAVE_STDINT_H HAVE_WZAES HAVE_ZLIB"
}
}