[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / 1 / c / d / DKMonitor / 0.0.1 / DKMonitor.podspec.json
blob66091fd556899c770fc0fd39f848cdaa712de137
2   "name": "DKMonitor",
3   "version": "0.0.1",
4   "summary": "A short description of DKMonitor.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/xiezhongmin/DKMonitor",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "git": "364101515@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/xiezhongmin/DKMonitor.git",
16     "tag": "0.0.1"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "Modules/*.{h,m}",
22   "frameworks": "UIKit",
23   "dependencies": {
24     "DKKit": [
26     ]
27   },
28   "subspecs": [
29     {
30       "name": "DKAPMMonitor",
31       "source_files": "Modules/DKAPMMonitor/Classes/**/**/*.{h,m}",
32       "public_header_files": "Modules/DKAPMMonitor/Classes/**/**/*.{h}"
33     },
34     {
35       "name": "DKStackBacktrack",
36       "source_files": "Modules/DKStackBacktrack/Classes/**/**/*.{h,m}",
37       "public_header_files": "Modules/DKStackBacktrack/Classes/**/**/*.{h}"
38     }
39   ]