[Add] Mobilisten 9.2.1
[CocoaPods.git] / Specs / 8 / b / 1 / DMNetworking / 1.0.1 / DMNetworking.podspec.json
blob52d0f02f603c35bf85b6d7b33174db3710b7ee9d
2   "name": "DMNetworking",
3   "version": "1.0.1",
4   "summary": "针对项目的网络请求进行AFN的封装。",
5   "description": "缓存、加解密",
6   "homepage": "https://github.com/YRDGroup/DMNetWorking",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Agoer": "https://github.com/Agoer"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/YRDGroup/DMNetWorking.git",
19     "branch": "master",
20     "tag": "1.0.2"
21   },
22   "source_files": [
23     "DMNetworking",
24     "DMNetworking/**/*.{h,m}"
25   ],
26   "requires_arc": true,
27   "dependencies": {
28     "AFNetworking": [
30     ],
31     "Mantle": [
33     ],
34     "MJExtension": [
36     ],
37     "YYModel": [
39     ],
40     "JSONModel": [
42     ]
43   }