| { |
| "name": "CordovaPlugin-network-information", |
| "version": "0.2.3", |
| "summary": "Mirror of Apache Cordova Plugin network-information", |
| "description": " A longer description of CordovaPlugin-network-information in Markdown format.\n", |
| "homepage": "https://github.com/apache/CordovaPlugin-network-information", |
| "license": { |
| "type": "Apache License, Version 2.0", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "The Apache Software Foundation": "email@address.com" |
| }, |
| "platforms": { |
| "ios": "5.0" |
| }, |
| "source": { |
| "git": "https://github.com/apache/cordova-plugin-network-information.git", |
| "tag": "r0.2.3" |
| }, |
| "source_files": "src/ios/*.{h,m}", |
| "preserve_paths": [ |
| "*.md", |
| "www/*.js", |
| "www/ios/*.js" |
| ], |
| "frameworks": "SystemConfiguration", |
| "requires_arc": true, |
| "dependencies": { |
| "Cordova": [ |
| ">= 3.0.0" |
| ] |
| } |
| } |