[Add] DemoTestFramework 1.0.10
[CocoaPods.git] / Specs / 2 / f / 6 / AhNetManager / 0.1.2 / AhNetManager.podspec.json
blob0bf238901db58e6a1a79fb6e87b57f12cdadf593
2   "name": "AhNetManager",
3   "version": "0.1.2",
4   "summary": "基于AFN封装的网络处理层",
5   "description": "TODO: AhNetManager(0.1.2)是基于AFNetworking封装的网络处理层,封装的主要目的是建立公司网络请求模块,使研发人员只关注于业务逻辑层的处理",
6   "homepage": "https://github.com/ahao1011/AhManager",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "ah": "zth1011@126.com"
13   },
14   "source": {
15     "git": "https://github.com/ahao1011/AhManager.git",
16     "tag": "0.1.2"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "resource_bundles": {
22     "AhNetManager": [
23       "AhNetManager/Assets/*.png"
24     ]
25   },
26   "dependencies": {
27     "AFNetworking": [
28       "~> 3.1.0"
29     ],
30     "MJExtension": [
31       "~> 3.0.13"
32     ]
33   }