blob: 9d7db6d770c1fd6def7ad7c60e4bfe780f001780 [file] [log] [blame]
{
"name": "TTNetworking",
"version": "1.0.0",
"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.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "TTNetworking/Classes/**/*",
"dependencies": {
"AFNetworking": [
]
}
}