[Add] TMFind 0.0.86
[CocoaPods.git] / Specs / 6 / c / 5 / Caravel / 1.2.1 / Caravel.podspec.json
blob06c524a34d7dbf755f41d85d26f0451d72c2fd60
2   "name": "Caravel",
3   "version": "1.2.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.2.1"
20   },
21   "source_files": "caravel/**/*.{swift, h}",
22   "exclude_files": "Classes/Exclude",
23   "resources": "caravel/js/caravel.min.js",
24   "pushed_with_swift_version": "3.0"