blob: 8708b014e2234aa6109f002917366ed40b394d00 [file] [log] [blame]
{
"name": "IRPlateKeyBoard-Native",
"version": "1.0.10",
"summary": "Plate Keyboard in china",
"description": "具体的实现是以JS实现键位逻辑,原生实现UI搭建,支持中国国内所有合法的车牌,包括军牌、使馆车牌、新能源车牌、港澳牌和普通车牌。",
"homepage": "http://112.74.66.169/ios/keyboard-ios-native.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"冯紫瑜": "fengziyu@parkingwang.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "http://112.74.66.169/ios/keyboard-ios-native.git",
"tag": "v1.0.10"
},
"source_files": "HybridPlateKeyboard/PlateKeyboard/**/*.{h,m}",
"resources": [
"HybridPlateKeyboard/PlateKeyboard/js/*",
"HybridPlateKeyboard/PlateKeyboard/PWBundle.bundle"
],
"requires_arc": true,
"frameworks": "JavaScriptCore",
"dependencies": {
"JSONModel": [
]
}
}