[Add] RnpKit 1.2.5
[CocoaPods.git] / Specs / 4 / e / 7 / NetworkingLib / 1.0.1 / NetworkingLib.podspec.json
blob60d96e3d24da328c112c15828431dd641e79b480
2   "name": "NetworkingLib",
3   "version": "1.0.1",
4   "summary": "NetworkingLib is a util to help you send http request quickly.",
5   "description": "NetworkingLib is a util to help you send http request quickly.NetworkingLib is a util to help you send http request quickly.",
6   "homepage": "https://github.com/wangling123456/NetworkingLib",
7   "license": "MIT",
8   "authors": {
9     "wangling123456": "912145616@qq.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/wangling123456/NetworkingLib.git",
16     "tag": "1.0.1"
17   },
18   "source_files": "NetworkingLib/NetworkingLib/NetworkingLib",
19   "requires_arc": true,
20   "dependencies": {
21     "JSONModel": [
22       "~> 1.1.2"
23     ],
24     "AFNetworking": [
25       "~> 3.0.4"
26     ]
27   }