blob: e5db26c91909b4a53d9d3b528d3b8c7a526c5135 [file] [log] [blame]
{
"name": "CordovaPlugin-geolocation",
"version": "0.3.2",
"summary": "Mirror of Apache Cordova Plugin geolocation",
"description": " A longer description of CordovaPlugin-geolocation in Markdown format.\n",
"homepage": "https://github.com/apache/CordovaPlugin-geolocation",
"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-geolocation.git",
"tag": "r0.3.2"
},
"source_files": "src/ios/*.{h,m}",
"preserve_paths": [
"*.md",
"www/*.js",
"www/ios/*.js"
],
"requires_arc": true,
"dependencies": {
"Cordova": [
">= 3.0.0"
]
}
}