blob: 2973eb6d9be01379e3e804512a9eaf9976816a9f [file] [log] [blame]
{
"name": "SGVReachability",
"version": "1.0.0",
"summary": "Simple reachability wrapper for iOS.",
"description": " Simple reachability wrapper for iOS.\n \n * Thread-safe\n * Non-blocking\n * Provides access to raw reachability flags structure\n * Can post notifications on reachability change to a given NSOperationQueue\n",
"homepage": "https://github.com/sanekgusev/SGVReachability",
"license": "MIT",
"authors": {
"Alexander Gusev": "sanekgusev@gmail.com"
},
"social_media_url": "http://twitter.com/sanekgusev",
"platforms": {
"ios": "4.3"
},
"source": {
"git": "https://github.com/sanekgusev/SGVReachability.git",
"tag": "1.0.0"
},
"source_files": "src",
"frameworks": [
"Foundation",
"SystemConfiguration"
],
"requires_arc": true
}