blob: 8286df4fbb596bc2944c8b80268210b5b1f85f3f [file] [log] [blame]
{
"name": "KamomeSDK",
"version": "1.4.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": "<MAIL>"
},
"platforms": {
"ios": "9.3"
},
"source": {
"git": "https://github.com/HituziANDO/kamome.git",
"tag": "1.4.0"
},
"source_files": "ios/KamomeSDK/**/*.{h,m}",
"requires_arc": true
}