[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / a / 7 / 0 / TONetworking / 1.1.4 / TONetworking.podspec.json
blob5ed9ae8b12258921a2abe5afe753abd15b1699f4
2   "name": "TONetworking",
3   "version": "1.1.4",
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.1.4"
17   },
18   "platforms": {
19     "ios": "7.0"
20   },
21   "requires_arc": true,
22   "source_files": "TONetworking/sourceCode/*.{h,m}",
23   "frameworks": "Foundation",
24   "dependencies": {
25     "AFNetworking": [
27     ],
28     "Reachability": [
30     ]
31   }