blob: 3f607b97aaeda522f0abb35401ead88487cc8102 [file] [log] [blame]
{
"name": "MGCrashManager",
"version": "0.0.1",
"summary": "MG crash manager with log track",
"description": "This is a MGCrash lig track. Use aliyunOSS to upload local crash log. Need aliyunOSS key and secret.",
"homepage": "https://github.com/ColdJuzi/MGCrashManager",
"license": {
"type": "MIT",
"file": "FILE_LICENSE"
},
"authors": {
"梁浩": "1125424070@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/ColdJuzi/MGCrashManager.git",
"tag": "0.0.1"
},
"source_files": [
"Class",
"MGCrashManager/Class/**/*.{h,m}"
],
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true,
"dependencies": {
"AliyunOSSiOS": [
"~> 2.6.0"
]
}
}