blob: d554ce3938fd81dc17edc4b7577c6ff2bff9e324 [file] [log] [blame]
{
"name": "Caravel",
"version": "1.1.0",
"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/coshx/caravel",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Adrien Cadet": "adrien@coshx.com"
},
"platforms": {
"ios": "8.1"
},
"source": {
"git": "https://github.com/coshx/caravel.git",
"tag": "v1.1.0"
},
"source_files": "caravel/**/*.{swift, h}",
"exclude_files": "Classes/Exclude",
"resources": "caravel/js/caravel.min.js"
}