[Add] MentaVlionAdapter 6.00.22
[CocoaPods.git] / Specs / 6 / 2 / d / SKApmTools / 0.1.1 / SKApmTools.podspec.json
blob8e1864c73213715c507191dfe3b8fa18a4dd02e6
2   "name": "SKApmTools",
3   "version": "0.1.1",
4   "summary": "APM性能优化相关(swift版本 ):ANR卡顿监测、网络优化、内存监控、启动优化、常见crash防护、crash监控上报",
5   "description": "APM性能优化相关(swift版本 ):ANR卡顿监测、网络优化、内存监控、启动优化、常见crash防护、crash监控上报",
6   "homepage": "https://github.com/Xcoder1011/SKApmTools",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Xcoder1011": "shangkunwu@msn.com"
13   },
14   "source": {
15     "git": "https://github.com/Xcoder1011/SKApmTools.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "pod_target_xcconfig": {
22     "DEFINES_MODULE": "YES"
23   },
24   "subspecs": [
25     {
26       "name": "BackTrace",
27       "source_files": "SKApmTools/Classes/BackTrace/*"
28     },
29     {
30       "name": "ANR",
31       "source_files": "SKApmTools/Classes/ANR/*",
32       "dependencies": {
33         "SKApmTools/BackTrace": [
35         ]
36       }
37     },
38     {
39       "name": "ImageTool",
40       "source_files": "SKApmTools/Classes/ImageTool/*",
41       "dependencies": {
42         "Kingfisher": [
44         ]
45       }
46     }
47   ]