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