[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / b / d / 5 / RWMobStat / 0.1.0 / RWMobStat.podspec.json
blob469b78de30648a41cbc2b616a2ac86374de668c3
2   "name": "RWMobStat",
3   "version": "0.1.0",
4   "summary": "RWMobStat",
5   "description": "用来进行埋点统计的工具-RWMobStat",
6   "homepage": "https://github.com/SCJMENGMENG/RWMobStat",
7   "license": "MIT",
8   "authors": {
9     "scj": "j2289420119@163.com"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "source": {
15     "git": "https://github.com/SCJMENGMENG/RWMobStat.git",
16     "tag": "0.1.0"
17   },
18   "frameworks": "UIKit",
19   "requires_arc": true,
20   "public_header_files": "RWMobStat/RWMobStatHeader.h",
21   "source_files": [
22     "RWMobStat",
23     "RWMobStat/RWMobStatHeader.h"
24   ],
25   "dependencies": {
26     "Protobuf": [
28     ],
29     "MJExtension": [
31     ],
32     "AFNetworking": [
34     ]
35   },
36   "subspecs": [
37     {
38       "name": "RWMobStatTool",
39       "source_files": "RWMobStat/RWMobStatTool/*.{h,m}",
40       "dependencies": {
41         "RWMobStat/Network": [
43         ],
44         "RWMobStat/RWMobStatModel": [
46         ]
47       }
48     },
49     {
50       "name": "RWMobStatModel",
51       "source_files": "RWMobStat/RWMobStatModel/*.{h,m}"
52     },
53     {
54       "name": "Network",
55       "source_files": "RWMobStat/Network/*.{h,m}"
56     }
57   ]