blob: 4019f70a66c2c30857b5b6b272840fe7c6e97f1c [file] [log] [blame]
{
"name": "Cordova",
"version": "2.9.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": "2.9.0"
},
"source_files": "CordovaLib/Classes/*.{h,m}",
"resources": [
"CordovaLib/cordova.js",
"CordovaLib/VERSION"
],
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"frameworks": [
"AddressBook",
"AudioToolbox",
"AVFoundation",
"CoreLocation",
"MediaPlayer",
"QuartzCore",
"SystemConfiguration",
"MobileCoreServices",
"CoreMedia",
"UIKit",
"AddressBookUI",
"ImageIO",
"AssetsLibrary"
]
}