blob: 2fac5df00948280721edbf00faebd38886406d08 [file] [log] [blame]
{
"name": "Caravel",
"version": "0.4.0",
"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.",
"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.4.0"
},
"source_files": "caravel/**/*.{swift, h}",
"exclude_files": "Classes/Exclude",
"resources": "caravel/js/caravel.min.js"
}