blob: feab18e0842554d184d92aac542dd35f1774c989 [file] [log] [blame]
{
"name": "AxxlNetworking",
"version": "0.1.0",
"summary": "爱学习在线网络库",
"description": "爱学习在线网络库,基于AFNetworking封装,新增一些便利功能",
"homepage": "https://github.com/Zhangyanshen/AxxlNetworking",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"张延深": "zhangyanshen@aixuexi.com"
},
"source": {
"git": "https://github.com/Zhangyanshen/AxxlNetworking",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "AxxlNetworking/Classes/**/*",
"dependencies": {
"AFNetworking": [
"~> 4.0"
]
}
}