[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / 6 / c / 5 / Caravel / 1.1.1 / Caravel.podspec.json
blobeef6cdb61e3a8842c9f3bf9327ed3eadee1e7d0a
2   "name": "Caravel",
3   "version": "1.1.1",
4   "summary": "A Swift event bus for UIWebView/WKWebView and JS",
5   "description": "An event bus for sending messages between UIWebView/WKWebView 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.1"
16   },
17   "source": {
18     "git": "https://github.com/coshx/caravel.git",
19     "tag": "v1.1.1"
20   },
21   "source_files": "caravel/**/*.{swift, h}",
22   "exclude_files": "Classes/Exclude",
23   "resources": "caravel/js/caravel.min.js"