blob: 3018d9edeb90595b0667fe230d7e20f4646ef9d4 [file] [log] [blame]
{
"name": "RuahoCordova",
"version": "3.8.x",
"summary": "Apache Cordova is a platform for building native mobile applications using HTML, CSS and JavaScript.",
"homepage": "https://github.com/ruaho/cordova-ios",
"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/ruaho/cordova-ios"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"frameworks": [
"AVFoundation",
"CoreLocation",
"MobileCoreServices",
"AssetsLibrary"
],
"default_subspecs": "Base",
"subspecs": [
{
"name": "Base",
"source_files": "CordovaLib/Classes/*.{h,m}",
"preserve_paths": [
"CordovaLib/cordova.js",
"CordovaLib/VERSION"
]
}
]
}