[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / d / 0 / 3 / EasyNetworking / 1.0.1 / EasyNetworking.podspec.json
blob94307d276bcebbbe47d1d2ce6f8b2e989568711d
2   "name": "EasyNetworking",
3   "version": "1.0.1",
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.1"
17   },
18   "source_files": "EasyNetworking/NetworkingTool/**/*.{h,m}",
19   "exclude_files": "Classes/Exclude",
20   "requires_arc": true,
21   "dependencies": {
22     "AFNetworking": [
24     ],
25     "ReactiveObjC": [
27     ]
28   }