blob: 29151a2d0e5c61295c10c6f12aa88929c57bc37d [file] [log] [blame]
{
"name": "LSNetworkManager",
"version": "0.0.1",
"summary": "基于AFNetwroking 3.0 封装的网络请求库",
"description": "基于AFNetwroking 3.0 封装的网络请求库, 使用灵活",
"homepage": "https://github.com/SandroLiu/LSNetworkManager",
"license": "MIT",
"authors": {
"sandro": "liushuai_ios@126.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/SandroLiu/LSNetworkManager.git",
"tag": "0.0.1"
},
"source_files": "LSNetworkManager/**/*.{h,m}",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~>3.2.1"
]
}
}