blob: cdcd11adbebf8a89a7f0d39053afbf61eb021f5f [file] [log] [blame]
{
"name": "crosswalk-ios",
"version": "1.2.0",
"summary": "Crosswalk Project for iOS provides a web runtime for sophisticated iOS native or hybrid applications.",
"homepage": "https://github.com/crosswalk-project/crosswalk-ios",
"license": {
"type": "BSD",
"file": "LICENSE"
},
"authors": {
"Zhenyu Liang": "zhenyu.liang@intel.com",
"Jonathan Dong": "jonathan.dong@intel.com"
},
"source": {
"git": "https://github.com/crosswalk-project/crosswalk-ios.git",
"tag": "1.2.0"
},
"social_media_url": "https://twitter.com/xwalk_project",
"platforms": {
"ios": "8.1"
},
"requires_arc": true,
"module_name": "XWalkView",
"source_files": "XWalkView/XWalkView/*.{h,m,swift}",
"resources": "XWalkView/XWalkView/crosswalk.js",
"dependencies": {
"GCDWebServer": [
">= 3.2"
]
}
}