[Add] BoostAI 1.1.28
[CocoaPods.git] / Specs / d / 0 / 3 / EasyNetworking / 1.0.3 / EasyNetworking.podspec.json
blobcf01579d433a66c936ecb4d9e3828b3d492d650a
2   "name": "EasyNetworking",
3   "version": "1.0.3",
4   "summary": "base on AFNetworking and ReactiveCocoa",
5   "description": "一个关于AFNetworking的类别",
6   "homepage": "https://github.com/lforme/EasyNetworking.git",
7   "license": "MIT",
8   "authors": {
9     "王宏洋": "lforme@163.com"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "source": {
15     "git": "https://github.com/lforme/EasyNetworking.git",
16     "tag": "1.0.3"
17   },
18   "source_files": "EasyNetworking/NetworkingTool/**/*.{h,m}",
19   "requires_arc": true,
20   "dependencies": {
21     "AFNetworking": [
23     ],
24     "ReactiveObjC": [
26     ]
27   }