[Add] SpikeSDK 4.0.11-beta.5
[CocoaPods.git] / Specs / a / 7 / 0 / TONetworking / 1.0.6 / TONetworking.podspec.json
blob6f3366e3747677bb5e534eec7f890800ad836ba6
2   "name": "TONetworking",
3   "version": "1.0.6",
4   "summary": "Make HTTP request works as a task.",
5   "description": "TONetworking will help you to manage your HTTP request.\nconcurrency , queue , mutex ... so easy.",
6   "homepage": "https://github.com/TonyJR/TONetworking",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Tony.JR": "show_3@163.com"
13   },
14   "source": {
15     "git": "https://github.com/TonyJR/TONetworking.git",
16     "tag": "1.0.6"
17   },
18   "platforms": {
19     "ios": "7.0"
20   },
21   "requires_arc": true,
22   "source_files": "TONetworking/TONetworking.h",
23   "public_header_files": "TONetworking/TONetworking.h",
24   "frameworks": "Foundation",
25   "dependencies": {
26     "AFNetworking": [
28     ],
29     "Reachability": [
31     ]
32   }