[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 1 / 3 / d / XMGFMBase / 0.1.0 / XMGFMBase.podspec.json
bloba078ac0cc7fccf54726ebaf0ecf08d08cc1a976d
2   "name": "XMGFMBase",
3   "version": "0.1.0",
4   "summary": "XMGFMBase.",
5   "description": "XMGFMBase.包含了基本的配置, 分类, 工具类等等",
6   "homepage": "https://github.com/winsions/XMGFMBase",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "wzc": "327574878@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/winsions/XMGFMBase.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "subspecs": [
22     {
23       "name": "Base",
24       "source_files": "XMGFMBase/Classes/Base/**/*"
25     },
26     {
27       "name": "Category",
28       "source_files": "XMGFMBase/Classes/Category/**/*"
29     },
30     {
31       "name": "Network",
32       "source_files": "XMGFMBase/Classes/Network/**/*",
33       "dependencies": {
34         "AFNetworking": [
36         ]
37       }
38     },
39     {
40       "name": "Tool",
41       "source_files": "XMGFMBase/Classes/Tool/**/*"
42     }
43   ]