blob: b0366a1c0939cf9c907a15c6c70409f529584c3b [file] [log] [blame]
{
"name": "Cordova",
"version": "1.1.0",
"summary": "Apache Cordova is a platform for building native mobile applications using HTML, CSS and JavaScript.",
"homepage": "http://www.phonegap.com/",
"authors": "Original developed by Nitobi (acquire by Adobe) and all other PhoneGap Contributors",
"license": "The \"New\" BSD License *or* the MIT License (2008)",
"source": {
"git": "https://github.com/apache/cordova-ios.git",
"tag": "1.1.0"
},
"source_files": [
"PhoneGapLib/Classes/*.{h,m}",
"PhoneGapLib/Classes/JSON/*.{h,m}"
],
"resources": [
"PhoneGapLib/javascripts/core/*.js",
"PhoneGapLib/VERSION"
],
"platforms": {
"ios": "4.3"
},
"requires_arc": false,
"frameworks": [
"AddressBook",
"AddressBookUI",
"AudioToolbox",
"AVFoundation",
"CoreLocation",
"MediaPlayer",
"QuartzCore",
"SystemConfiguration",
"MobileCoreServices",
"CoreMedia",
"UIKit"
]
}