blob: 252798bc44b67cb99a23463c7e363d7aa83d9fd9 [file] [log] [blame]
{
"name": "SWReachability",
"version": "1.0",
"summary": "Reachability with block",
"description": "Reachability with blocks. One line code implementation. When change network status it will go to block.",
"homepage": "https://github.com/skywite/SWReachability",
"license": "MIT",
"authors": {
"saman kumara": "me@isamankumara.com"
},
"source": {
"git": "https://github.com/skywite/SWReachability.git",
"tag": "1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "SWReachability/**/*",
"resource_bundles": {
"SWReachability": [
"Pod/Assets/*.png"
]
}
}