[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 2 / 5 / 0 / AJNetworking / 1.0.0 / AJNetworking.podspec.json
blobe0e464695f604d29a6d8aedc1291c85adfbc9474
2   "name": "AJNetworking",
3   "version": "1.0.0",
4   "summary": "对AFNetworking 3.0 版本的封装,结合MJExtension框架处理JSON序列化问题",
5   "description": "AJNetworking是对AFNetworking 3.0 版本的封装,结合MJExtension框架把JSON序列化问题透明了.",
6   "homepage": "https://github.com/AbooJan/AJNetworking",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "AbooJan": "aboojaner@gmail.com"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/AbooJan/AJNetworking.git",
19     "tag": "1.0.0"
20   },
21   "source_files": [
22     "AJNetworking/Classes/*",
23     "AJNetworking/Classes/Model/*"
24   ],
25   "requires_arc": true,
26   "dependencies": {
27     "AFNetworking": [
29     ],
30     "MJExtension": [
32     ]
33   }