blob: b059998ed01be57333342eeae86b1e3bdd5d5cab [file] [log] [blame]
{
"name": "SCNetworkReachability",
"version": "1.0.1",
"summary": "Wrapper for SCNetworkReachability methods of SystemConfiguration.framework.",
"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.0.1"
},
"platforms": {
"ios": null
},
"source_files": "*.{h,m}",
"frameworks": "SystemConfiguration",
"requires_arc": false
}