[Add] FireworkVideoUI 0.2.9
[CocoaPods.git] / Specs / 2 / f / 6 / AhNetManager / 0.1.0 / AhNetManager.podspec.json
blob50482a763f443f1cfebda5a89e8b45bcb41145d1
2   "name": "AhNetManager",
3   "version": "0.1.0",
4   "summary": "对AFN的封装",
5   "description": "TODO: 这是一次尝试,对AFN进行了二次封装,让开发者更关注于业务逻辑的处理.",
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.0"
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   }