blob: 3cd79c3d1d566b5286fbb15ded7fd34ccefb5d10 [file] [log] [blame]
{
"name": "Caravel-Showzee",
"version": "0.1.1",
"summary": "A Swift event bus for UIWebView and JS forked from Caravel",
"description": "An event bus for sending messages between UIWebView and embedded JS. Made with pure Swift. Thank you https://github.com/coshx/caravel",
"homepage": "https://github.com/cherryblossom111cc/caravel",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Showzee": "timbielawski@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/cherryblossom111cc/caravel.git",
"tag": "0.1.1"
},
"source_files": "caravel/**/*.{swift, h}",
"exclude_files": "Classes/Exclude"
}