blob: 1f23c643f9c446eb652eed4392e683984c6445bb [file] [log] [blame]
{
"name": "KamomeSDK",
"version": "1.3.0",
"summary": "Kamome is bridging JavaScript and Objective-C/Swift.",
"description": "Kamome is a library sending messages between JavaScript and native code written by Objective-C/Swift in WKWebView.",
"homepage": "https://github.com/HituziANDO/kamome",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Hituzi Ando": "hhh.ando@gmail.com"
},
"platforms": {
"ios": "9.3"
},
"source": {
"git": "https://github.com/HituziANDO/kamome.git",
"tag": "1.3.0"
},
"source_files": "ios/KamomeSDK/**/*.{h,m}",
"requires_arc": true
}