blob: 0cda7be04b24859e9a9c6a45e9e64d67ebcd6207 [file] [log] [blame]
{
"name": "NetworkTool",
"version": "1.0.0",
"summary": "Network tools.",
"description": "基于Alamofire、HandyJSON、RxSwift的网络工具",
"homepage": "https://coding.net/u/zhaofengYue/p/NetworkTool",
"license": "MIT",
"authors": {
"zhaofengYue": "873073976@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://git.coding.net/zhaofengYue/NetworkTool.git",
"tag": "1.0.0"
},
"source_files": "NetworkTool/NetworkTool/*.{swift,h,m}",
"requires_arc": true,
"dependencies": {
"HandyJSON": [
],
"Alamofire": [
],
"RxCocoa": [
],
"RxSwift": [
]
}
}