[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 3 / d / b / ScatterKit / 0.0.2 / ScatterKit.podspec.json
blob2854b6572f1e1e74db7fad0ebfc125e428997a84
2   "name": "ScatterKit",
3   "version": "0.0.2",
4   "swift_version": "4.2",
5   "summary": "Communicate with Scatter via js interface",
6   "description": "ScatterKit allows communication between Swift applications and web pages that use Scatter plugin",
7   "homepage": "https://paytomat.com/",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE.md"
11   },
12   "authors": {
13     "Alex Melnichuk": "a.melnichuk@noisyminer.com"
14   },
15   "platforms": {
16     "ios": "9.0"
17   },
18   "requires_arc": true,
19   "source": {
20     "git": "https://github.com/paytomat/ScatterKit.git",
21     "branch": "master",
22     "tag": "0.0.2"
23   },
24   "source_files": "ScatterKit/ScatterKit/Source/**/*.swift",
25   "resource_bundles": {
26     "ScatterKit": [
27       "ScatterKit/ScatterKit/Source/scatterkit_script.js"
28     ]
29   },
30   "exclude_files": "Examples/*",
31   "frameworks": [
32     "Foundation",
33     "UIKit",
34     "WebKit"
35   ]