blob: ed3d2dbbdca703ee4e4fa0b99c4da827050f3a1f [file] [log] [blame]
{
"name": "Caravelz",
"version": "1.2.3",
"summary": "A Swift event bus for UIWebView/WKWebView and JS",
"description": "An event bus for sending messages between UIWebView/WKWebView and embedded JS. Made with pure Swift.",
"homepage": "https://github.com/zenzz/caravel",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"zenzzy": "zenzzy@outlooi.com"
},
"platforms": {
"ios": "8.1"
},
"source": {
"git": "https://github.com/zenzz/caravel.git",
"tag": "v1.2.3"
},
"source_files": "caravel/**/*.{swift, h}",
"exclude_files": "Classes/Exclude",
"swift_version": "4.2",
"resources": "caravel/js/caravel.min.js"
}