blob: 1d2c48a58cecd0e7b8d851acaee6dc173391b20b [file] [log] [blame]
{
"name": "TYNetworking",
"version": "0.1.2",
"summary": "基于 AFNetworking 二次封装.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/againxu/TYNetworking.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"756165690@qq.com": "756165690@qq.com"
},
"source": {
"git": "https://github.com/againxu/TYNetworking.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "TYNetworking/Classes/**/*",
"dependencies": {
"AFNetworking": [
"~>3.0"
],
"MJExtension": [
]
}
}