blob: 0a7a944ea0067b31fc7c589d3839114df94dc834 [file] [log] [blame]
{
"name": "aiReachability",
"version": "1.0.0",
"summary": "aiReachability is an iOS micro framework for gathering network state for cellular and wi-fi connections.",
"description": "aiReachability is an iOS micro framework for gathering network state for cellular and wi-fi connections.\nThis framework is a wrapper around the NWPathMonitor class and aims to be a simple example on how to gather network state, using native APIs.",
"authors": "Jose Figueiredo",
"social_media_url": "http://twitter.com/zemiguelfig",
"homepage": "http://github.com/aiFigueiredo/aiReachability",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"source_files": "aiReachability/aiReachability/**/*",
"exclude_files": "aiReachability/aiReachability/*.plist",
"platforms": {
"ios": "12.0"
},
"swift_versions": "5.1",
"source": {
"git": "https://github.com/aiFigueiredo/aiReachability.git",
"tag": "1.0.0"
},
"swift_version": "5.1"
}