[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / a / 7 / 0 / TONetworking / 1.0.8 / TONetworking.podspec.json
blobc43e39c44269efc5eac289ad778cc3dae08579e0
2   "name": "TONetworking",
3   "version": "1.0.8",
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.8"
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   }