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