blob: 57655d382065af4b5362ede9fb9a0e365ebbd30b [file] [log] [blame]
{
"name": "DryNet-iOS",
"version": "0.0.4",
"summary": "DryNet-iOS",
"homepage": "https://github.com/duanruiying/DryNet-iOS",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"duanruiying": "2237840768@qq.com"
},
"source": {
"git": "https://github.com/duanruiying/DryNet-iOS.git",
"tag": "0.0.4"
},
"description": "TODO: iOS基础任务网络封装.",
"swift_versions": "5",
"platforms": {
"ios": "10.0"
},
"requires_arc": true,
"user_target_xcconfig": {
"OTHER_LDFLAGS": [
"-w"
]
},
"pod_target_xcconfig": {
"OTHER_LDFLAGS": [
"-w"
]
},
"source_files": "DryNet-iOS/Classes/Code/**/*",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"Alamofire": [
"~> 5.0.0-rc.2"
]
},
"swift_version": "5"
}