blob: 4c96f4d26d700df75e0b3ff1cd01d79a8f4e6fe9 [file] [log] [blame]
{
"name": "KamomeSDK",
"version": "3.0.0",
"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": "3.0.0"
},
"source_files": "ios/KamomeSDK/**/*.{h,m}",
"requires_arc": true
}