blob: 5f1ceccd5723d115272174fb6db697b09b5a34d9 [file] [log] [blame]
{
"name": "HttpSessionManager",
"version": "1.0.0",
"summary": "Http网络请求管理库",
"swift_version": "4.2",
"description": "TODO: Add long description of the pod here.\nSimple and convenient network request lib, based Alamofire.",
"homepage": "https://github.com/zhengrusong/HttpSessionManager",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"zhengrusong": "707597767@qq.com"
},
"source": {
"git": "https://github.com/zhengrusong/HttpSessionManager.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "HttpSessionManager/Classes/**/*",
"dependencies": {
"Alamofire": [
"~> 4.8.2"
],
"SwiftyJSON": [
"4.2.0"
]
}
}