blob: 3660bdd9d83d888c026514159845ce83ddca1ff2 [file] [log] [blame]
{
"name": "SwiftNet",
"version": "1.0.0",
"license": "MIT",
"summary": "项目可直接使用的网络请求库",
"authors": {
"邓锋": "704292743@qq.com"
},
"homepage": "https://github.com/FengDeng/SwiftNet",
"source": {
"git": "https://github.com/FengDeng/SwiftNet.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SwiftNet/SwiftNet/*.swift",
"dependencies": {
"Alamofire": [
"~> 3.1.3"
],
"RxSwift": [
"~> 2.2.0"
]
}
}