blob: 7e10e010982d2d1d75cad859e414cdca7d86afd2 [file] [log] [blame]
{
"name": "AliyunLogCrashReporter",
"version": "1.0.0",
"summary": "aliyun sls iOS log crash reporter",
"description": "aliyun sls iOS log common.\nhttps://help.aliyun.com/document_detail/29063.html\nhttps://help.aliyun.com/product/28958.html",
"homepage": "https://github.com/aliyun/aliyun-log-ios-sdk",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"aliyun-sls-ios": "yulong.gyl@alibaba-inc.com"
},
"social_media_url": "http://t.cn/AiRpol8C",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "git@gitlab.alibaba-inc.com:sls/sls-ios-crashreporter.git",
"tag": "1.0.0"
},
"source_files": [
"AliyunLogCrashReporter/*.{h,m}",
"AliyunLogCrashReporter/parser/*.{h,m}",
"AliyunLogCrashReporter/sender/*.{h,m}"
],
"public_header_files": [
"AliyunLogCrashReporter/*.h",
"AliyunLogCrashReporter/parser/*.h",
"AliyunLogCrashReporter/sender/*.h"
],
"libraries": "z",
"requires_arc": true,
"dependencies": {
"AliyunLogCommon": [
"~> 1.0.1"
],
"AliyunLogProducer": [
"~> 2.2.13"
],
"WPKMobi": [
]
},
"pod_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"user_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
}
}