blob: 10f8f0ce514ff2859cdf26a35af6d68bf0aafc8c [file] [log] [blame]
{
"name": "TNet",
"version": "0.1.0",
"summary": "TNet is 基于AFNetworking的网络请求封装基础版",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/MethodName/TNet",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"MethodName": "MethodName"
},
"source": {
"git": "https://github.com/MethodName/TNet.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "TNet/Classes/**/*",
"dependencies": {
"AFNetworking": [
"~> 3.2.1"
]
}
}