blob: 6dc43431bba11e5303c717188d2541b7b20eac2a [file] [log] [blame]
{
"name": "SwiftReachability",
"version": "1.0.0",
"summary": "SwiftReachability 是 Swift 检测网络变化的类",
"description": "SwiftReachability is the class about the testing network connection",
"homepage": "https://github.com/AnatoleZho/SwiftReachability",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Anatole": "xiaotaozhou@icloud.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/AnatoleZho/SwiftReachability.git",
"tag": "v1.0.0"
},
"source_files": [
"Classes",
"SwiftReachability/**/*.swift"
]
}