blob: f4c7a85cb2d0dfb80b20d70222f753471b0ac10c [file] [log] [blame]
{
"name": "WiFiHelper",
"version": "1.0.0",
"summary": "An iOS framework for connecting to Wi-Fi networks programmatically",
"swift_version": "4.0",
"description": "An iOS framework for connecting to Wi-Fi networks programmatically",
"homepage": "https://github.com/Astranno/WiFiHelper",
"license": "MIT",
"authors": {
"Astranno": "apps@astranno.com"
},
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/Astranno/WiFiHelper.git",
"tag": "1.0.0"
},
"source_files": [
"WiFiHelper",
"WiFiHelper/**/*.{h,m,swift}"
]
}