[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 1 / b / 4 / TNet / 0.1.0 / TNet.podspec.json
blob10f8f0ce514ff2859cdf26a35af6d68bf0aafc8c
2   "name": "TNet",
3   "version": "0.1.0",
4   "summary": "TNet is 基于AFNetworking的网络请求封装基础版",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/MethodName/TNet",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "MethodName": "MethodName"
13   },
14   "source": {
15     "git": "https://github.com/MethodName/TNet.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "TNet/Classes/**/*",
22   "dependencies": {
23     "AFNetworking": [
24       "~> 3.2.1"
25     ]
26   }