blob: 7b4aa90ef191caacd2c2d12f7f8423830bace240 [file] [log] [blame]
{
"name": "Caravel",
"version": "1.1.0-beta",
"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.1"
},
"source": {
"git": "https://github.com/coshx/caravel.git",
"tag": "v1.1.0-beta"
},
"source_files": "caravel/**/*.{swift, h}",
"exclude_files": "Classes/Exclude",
"resources": "caravel/js/caravel.min.js"
}