blob: 391b34326431c97090b5e43b1feff179f410f016 [file] [log] [blame]
{
"name": "WDCrashCollector",
"version": "0.1.0",
"summary": "WDCrashCollector is A simple Crash Collector in iOS App",
"description": "This project is used for collecting Crashes from your iOS App and upload to a server you give.",
"homepage": "https://github.com/lihux/WDCrashCollector",
"license": "MIT",
"authors": {
"李辉": "lihui.zl@163.com"
},
"source": {
"git": "https://github.com/lihux/WDCrashCollector.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"WDCrashCollector": [
"Pod/Assets/*.png"
]
}
}