blob: 54451b14868f01bb4a32cddd132630fc450ee314 [file] [log] [blame]
{
"name": "cordova-plugin-network-information",
"version": "1.2.0",
"summary": "Cordova Network Information Plugin",
"description": "This plugin provides an implementation of an old version of the Network Information API. It provides information about the device's cellular and wifi connection, and whether the device has an internet connection.",
"homepage": "https://github.com/apache/cordova-plugin-network-information",
"license": {
"type": "Apache License, Version 2.0",
"text": " \"type\": \"Apache License, Version 2.0\",\n \"text\": \" Licensed under the Apache License, Version 2.0 (the \"License\");\n you may not use this file except in compliance with the License.\n You may obtain a copy of the License at\n \n http://www.apache.org/licenses/LICENSE-2.0\n \n Unless required by applicable law or agreed to in writing, software\n distributed under the License is distributed on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n See the License for the specific language governing permissions and\n limitations under the License.\n\"\n"
},
"authors": {
"The Adobe PhoneGap Team": ""
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/apache/cordova-plugin-network-information.git",
"tag": "1.2.0"
},
"source_files": "src/ios/*.{h,m}",
"preserve_paths": [
"*.md",
"docs/**/*.md",
"www/*.js",
"www/ios/*.js"
],
"requires_arc": true,
"dependencies": {
"Cordova": [
">= 4.0.1"
]
}
}