blob: 4439ed01ceb5df68aa38abd9433692f25b14f511 [file] [log] [blame]
{
"name": "crosswalk-extension-presentation",
"version": "1.0",
"summary": "Presentation extension is a Crosswalk extension which implements the W3C Presentation API: http://www.w3.org/TR/presentation-api/",
"homepage": "https://github.com/crosswalk-project/ios-extensions-crosswalk/tree/master/extensions/Presentation",
"license": {
"type": "BSD",
"file": "LICENSE"
},
"authors": {
"Jonathan Dong": "jonathan.dong@intel.com"
},
"source": {
"git": "https://github.com/crosswalk-project/ios-extensions-crosswalk.git",
"tag": "1.0"
},
"social_media_url": "https://twitter.com/xwalk_project",
"platforms": {
"ios": "8.0"
},
"module_name": "Presentation",
"dependencies": {
"crosswalk-ios": [
"~> 1.1"
]
},
"source_files": "extensions/Presentation/Presentation/*.{h,m,swift}",
"resources": [
"extensions/Presentation/Presentation/*.js",
"extensions/Presentation/Presentation/extensions.plist"
]
}