[Add] DatadogSessionReplay 2.22.0
[CocoaPods.git] / Specs / d / 0 / 3 / EasyNetworking / 1.0.0 / EasyNetworking.podspec.json
blobefb0df91f79f944a97752ab1a88929a337860784
2   "name": "EasyNetworking",
3   "version": "1.0.0",
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.3"
13   },
14   "source": {
15     "git": "https://github.com/lforme/EasyNetworking.git",
16     "tag": "1.0.0"
17   },
18   "source_files": "EasyNetworking/NetworkingTool/**/*.{h,m}",
19   "exclude_files": "Classes/Exclude",
20   "frameworks": [
21     "AFNetworking",
22     "ReactiveObjC"
23   ],
24   "requires_arc": true,
25   "dependencies": {
26     "AFNetworking": [
28     ],
29     "ReactiveObjC": [
31     ]
32   }