blob: dcfa990e220f2597e6f99439571bea77e5de739a [file] [log] [blame]
{
"name": "SCNetworkReachability",
"version": "1.0.0",
"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.0"
},
"platforms": {
"ios": null
},
"source_files": "*.{h,m}",
"frameworks": "SystemConfiguration",
"requires_arc": false
}