blob: e5c9b2fafee8aae01facb93dfde1e1912c2ab043 [file] [log] [blame]
{
"name": "Cordova",
"version": "1.3.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.3.0"
},
"source_files": "PhoneGapLib/Classes/*.{h,m}",
"resources": [
"PhoneGapLib/javascripts/core/*.js",
"PhoneGapLib/VERSION"
],
"platforms": {
"ios": "4.3"
},
"requires_arc": false,
"dependencies": {
"JSONKit": [
"~> 1.4"
]
},
"frameworks": [
"AddressBook",
"AddressBookUI",
"AudioToolbox",
"AVFoundation",
"CoreLocation",
"MediaPlayer",
"QuartzCore",
"SystemConfiguration",
"MobileCoreServices",
"CoreMedia",
"UIKit"
]
}