[Add] TestFrameworkIos1 1.0.2
[CocoaPods.git] / Specs / d / 2 / c / DWCrashCollector / 0.0.0.1 / DWCrashCollector.podspec.json
blob3f5ce47f8d503dd2b0159de301a456959277bbb5
2   "name": "DWCrashCollector",
3   "version": "0.0.0.1",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "崩溃收集类。Collect crash.",
9   "homepage": "https://github.com/CodeWicky/DWCrashCollector",
10   "authors": {
11     "codeWicky": "codewicky@163.com"
12   },
13   "source": {
14     "git": "https://github.com/CodeWicky/DWCrashCollector.git",
15     "tag": "0.0.0.1"
16   },
17   "requires_arc": true,
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "DWCrashCollector/**/*.{h,m}",
22   "frameworks": "UIKit",
23   "dependencies": {
24     "DWKit/DWCategory/DWDeviceUtils": [
26     ],
27     "DWKit/DWUtils/DWFileManager": [
29     ]
30   }