[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / f / 7 / 6 / AxxlNetworking / 0.1.0 / AxxlNetworking.podspec.json
blobfeab18e0842554d184d92aac542dd35f1774c989
2   "name": "AxxlNetworking",
3   "version": "0.1.0",
4   "summary": "爱学习在线网络库",
5   "description": "爱学习在线网络库,基于AFNetworking封装,新增一些便利功能",
6   "homepage": "https://github.com/Zhangyanshen/AxxlNetworking",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "张延深": "zhangyanshen@aixuexi.com"
13   },
14   "source": {
15     "git": "https://github.com/Zhangyanshen/AxxlNetworking",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "AxxlNetworking/Classes/**/*",
22   "dependencies": {
23     "AFNetworking": [
24       "~> 4.0"
25     ]
26   }