blob: fc7f80041f48d4b41e9c466e10fce46aeb3e8c55 [file] [log] [blame]
{
"name": "Caravel",
"version": "0.2.1",
"summary": "A Swift event bus for UIWebView and JS",
"description": " An event bus for sending messages between UIWebView and embedded JS. Made with pure Swift.\n",
"homepage": "https://github.com/coshx/caravel",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Adrien Cadet": "adrien@coshx.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/coshx/caravel.git",
"tag": "v0.2.1"
},
"source_files": "caravel/*.{swift, h}",
"exclude_files": "Classes/Exclude",
"resources": "caravel/js/caravel.min.js"
}