blob: 5be198e5ea9789f8f89510ce358b71c8baee0f28 [file] [log] [blame]
{
"name": "Cordova",
"version": "3.7.0",
"summary": "Apache Cordova is a platform for building native mobile applications using HTML, CSS and JavaScript.",
"homepage": "http://cordova.apache.org/",
"authors": "Original developed by Nitobi (acquire by Adobe) and all other PhoneGap and Cordova Contributors",
"license": "Apache License, Version 2.0",
"source": {
"git": "https://github.com/apache/cordova-ios.git",
"tag": "3.7.0"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"frameworks": [
"AVFoundation",
"CoreLocation",
"MobileCoreServices",
"AssetsLibrary"
],
"source_files": "CordovaLib/Classes/*.{h,m}",
"preserve_paths": [
"CordovaLib/cordova.js",
"CordovaLib/VERSION"
]
}