blob: 49feea2760763e17ed4b70f3133fd341661a336a [file] [log] [blame]
{
"name": "IRPlateKeyBoard-Native",
"version": "0.0.9",
"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": "0.0.9"
},
"source_files": "HybridPlateKeyboard/PlateKeyboard/**/*.{h,m}",
"resources": "HybridPlateKeyboard/PlateKeyboard/js/*",
"requires_arc": true,
"frameworks": "JavaScriptCore",
"dependencies": {
"JSONModel": [
]
}
}