[Add] ZohoDeskPortalAPIKit 4.0.5
[CocoaPods.git] / Specs / f / b / 6 / MotionWKWebView / 0.1.0 / MotionWKWebView.podspec.json
blob4fb7da6cdbcc2eb2533fbd9df03f4b239ed61aed
2   "name": "MotionWKWebView",
3   "version": "0.1.0",
4   "platforms": {
5     "osx": "10.10"
6   },
7   "license": {
8     "type": "MIT",
9     "file": "MIT-LICENSE"
10   },
11   "summary": "Exposes `WKWebView#evaluateJavaScript:completionHandler:` to RubyMotion",
12   "homepage": "https://github.com/EtienneLem/MotionWKWebView",
13   "authors": {
14     "Etienne Lemay": "etienne@heliom.ca"
15   },
16   "source": {
17     "git": "https://github.com/EtienneLem/MotionWKWebView.git",
18     "tag": "0.1.0"
19   },
20   "description": "                  For some reason, `WKWebView#evaluateJavaScript:completionHandler:` isn’t available in the OS X WebKit bridge support file.\n                  This lib exposes that method so that RubyMotion can use it.\n",
21   "frameworks": "WebKit",
22   "source_files": "MotionWKWebView/*.{h,m}",
23   "requires_arc": false