blob: 7be5bdd86c13d515d230fe837b4f28451077454c [file] [log] [blame]
{
"name": "DryReachability",
"version": "0.0.1",
"summary": "DryReachability",
"homepage": "https://github.com/duanruiying/DryReachability",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"duanruiying": "2237840768@qq.com"
},
"source": {
"git": "https://github.com/duanruiying/DryReachability.git",
"tag": "0.0.1"
},
"description": "TODO: iOS网络状态监控.",
"swift_version": "5",
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"user_target_xcconfig": {
"OTHER_LDFLAGS": [
"-w"
]
},
"pod_target_xcconfig": {
"OTHER_LDFLAGS": [
"-w"
]
},
"source_files": "DryReachability/Classes/Code/**/*",
"frameworks": [
"UIKit",
"Foundation",
"SystemConfiguration"
],
"dependencies": {
"ReachabilitySwift": [
"4.3.1"
]
}
}