blob: 3657651b340aff702fa0c02ad42437950dc9695c [file] [log] [blame]
{
"name": "SGReachability",
"version": "1.0",
"summary": "Helper class for Reachability",
"description": "This is a simple helper class for Reachability",
"homepage": "https://github.com/sger/SGReachability",
"license": "MIT",
"authors": {
"Spiros Gerokostas": "spiros.gerokostas@gmail.com"
},
"source": {
"git": "https://github.com/sger/SGReachability.git",
"tag": "1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"frameworks": "SystemConfiguration",
"dependencies": {
"Reachability": [
]
}
}