blob: d6e85374d96f7aa777433946856ff5e41011e116 [file] [log] [blame]
{
"name": "KamomeSDK",
"version": "2.0.1",
"summary": "Kamome bridges a gap between JavaScript in the WKWebView and the native code written by Swift or Objective-C.",
"description": "Kamome is a library for iOS and Android apps using the WebView. This library bridges a gap between JavaScript in the WebView and the native code written by Swift, Objective-C, Java or Kotlin.",
"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": "2.0.1"
},
"source_files": "ios/KamomeSDK/**/*.{h,m}",
"requires_arc": true
}