blob: 0bf2751a7084f7457f6cf7a8e01a75bc82fcb513 [file] [log] [blame]
{
"name": "ALNetWorkingSwift",
"version": "0.2.1",
"summary": "利用Alamofire进行再度封装网络库",
"description": "利用Alamofire和HandyJSON进行再度封装,以适合日常需求",
"homepage": "https://github.com/Anyeler/ALNetWorkingSwift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Anyeler": "414116969@qq.com"
},
"source": {
"git": "https://github.com/Anyeler/ALNetWorkingSwift.git",
"tag": "0.2.1"
},
"module_name": "ALNetWorking",
"platforms": {
"ios": "8.0"
},
"source_files": "ALNetWorkingSwift/Classes/*.swift",
"requires_arc": true,
"dependencies": {
"Alamofire": [
"4.7.2"
],
"HandyJSON": [
"4.1.1"
]
},
"subspecs": [
{
"name": "Core",
"source_files": "ALNetWorkingSwift/Classes/Core/*.swift"
}
]
}