[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 2 / f / 6 / AhNetManager / 0.1.5 / AhNetManager.podspec.json
blob5ba833e51f4f67de5b93b45070eeb9317ff8f7c0
2   "name": "AhNetManager",
3   "version": "0.1.5",
4   "summary": "基于AFN封装的网络处理层",
5   "description": "TODO: AhNetManager(0.1.5)是基于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.5"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "AhNetManager/Classes/**/*{h,m}",
22   "resource_bundles": {
23     "AhNetManager": [
24       "AhNetManager/Assets/*.png"
25     ]
26   },
27   "dependencies": {
28     "AFNetworking": [
29       "~> 3.1.0"
30     ],
31     "MJExtension": [
32       "~> 3.0.13"
33     ]
34   }