blob: a7ca873a6fc77d0fa95ecf86b52992119bb9bbfe [file] [log] [blame]
{
"name": "AppNetworkManager",
"version": "1.0.1",
"license": "MIT",
"authors": {
"Quan Li": "1083099465@qq.com"
},
"summary": "iOS 网络请求工具类",
"homepage": "https://github.com/lqIphone/AppNetworkManager",
"source": {
"git": "https://github.com/lqIphone/AppNetworkManager.git",
"tag": "1.0.1"
},
"source_files": "AppNetworkManager/Classes/*.swift",
"requires_arc": true,
"platforms": {
"ios": "9.0"
},
"swift_versions": "4.2",
"frameworks": "Security",
"dependencies": {
"HandyJSON": [
"~> 5.0.0"
],
"Moya/RxSwift": [
"~> 13.0.1"
],
"RxSwift": [
"~>4.5.0"
],
"RxCocoa": [
"~>4.5.0"
]
},
"swift_version": "4.2"
}