blob: 82f01b1bba0f5997013913316e0b109be47e7bfc [file] [log] [blame]
{
"name": "TTNetworking",
"version": "1.0.3",
"summary": "基于AFNetworking3.0封装的网络请求框架",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/ClaudeLi/TTNetworking",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"claudeli@yeah.net": "claudeli@yeah.net"
},
"source": {
"git": "https://github.com/ClaudeLi/TTNetworking.git",
"tag": "1.0.3"
},
"platforms": {
"ios": "8.0"
},
"source_files": "TTNetworking/Classes/**/*",
"dependencies": {
"AFNetworking": [
]
}
}