[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / 6 / c / 5 / Caravel / 1.0.0-alpha.1 / Caravel.podspec.json
blobce62b18f067c6be521e32b8e2a89661c1a715681
2   "name": "Caravel",
3   "version": "1.0.0-alpha.1",
4   "summary": "A Swift event bus for UIWebView and JS",
5   "description": "An event bus for sending messages between UIWebView and embedded JS. Made with pure Swift.",
6   "homepage": "https://github.com/coshx/caravel",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Adrien Cadet": "adrien@coshx.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/coshx/caravel.git",
19     "tag": "v1.0.0-alpha.1"
20   },
21   "source_files": "caravel/**/*.{swift, h}",
22   "exclude_files": "Classes/Exclude",
23   "resources": "caravel/js/caravel.min.js"