blob: 87846176e990e042408c4beeca8186acd91de1f8 [file] [log] [blame]
{
"name": "SCNetworkReachability",
"version": "1.2.0",
"summary": "Painless network reachability with delegate and blocks support.",
"homepage": "https://github.com/belkevich/reachability-ios",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Alexey Belkevich": "belkevich.alexey@gmail.com"
},
"source": {
"git": "https://github.com/belkevich/reachability-ios.git",
"tag": "1.2.0"
},
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"source_files": "*.{h,m}",
"frameworks": [
"SystemConfiguration",
"Foundation"
],
"requires_arc": true
}