[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 4 / 0 / 8 / XMNAFNet / 0.5.4 / XMNAFNet.podspec.json
blob16219039e780f183cc2cdfc5ae614d7f9f0f40b2
2   "name": "XMNAFNet",
3   "version": "0.5.4",
4   "summary": "基于AFNetworking封装的网络请求类库",
5   "homepage": "https://github.com/ws00801526/XMNAFNet",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "XMFraker": "3057600441@qq.com"
12   },
13   "source": {
14     "git": "https://github.com/ws00801526/XMNAFNet.git",
15     "tag": "0.5.4"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "default_subspecs": [
21     "Core",
22     "Tools",
23     "Cache"
24   ],
25   "subspecs": [
26     {
27       "name": "Core",
28       "source_files": "XMNAFNet/Classes/Core/*.{h,m}",
29       "dependencies": {
30         "AFNetworking": [
32         ]
33       }
34     },
35     {
36       "name": "Tools",
37       "source_files": "XMNAFNet/Classes/Tools/*.{h,m}",
38       "dependencies": {
39         "XMNAFNet/Core": [
41         ],
42         "Reachability": [
44         ]
45       }
46     },
47     {
48       "name": "Cache",
49       "source_files": "XMNAFNet/Classes/Cache/*.{h,m}",
50       "dependencies": {
51         "XMNAFNet/Core": [
53         ],
54         "YYCache": [
56         ],
57         "YYModel": [
59         ]
60       },
61       "compiler_flags": [
62         "-Wno-format",
63         "-Wno-everything",
64         "-Wno-documentation"
65       ]
66     }
67   ]