[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 3 / d / b / ScatterKit / 0.0.11 / ScatterKit.podspec.json
blob0093b044d5d8b65382bb238612e0b3b4f1925800
2   "name": "ScatterKit",
3   "version": "0.0.11",
4   "swift_versions": "4.2",
5   "summary": "Communicate with Scatter via JavaScript interface",
6   "description": "ScatterKit allows communication between Swift applications and web pages that use Scatter for chrome extension or desktop application",
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.11"
23   },
24   "source_files": "ScatterKit/ScatterKit/Source/**/*.swift",
25   "resource_bundles": {
26     "ScatterKit": [
27       "ScatterKit/ScatterKit/Source/js/scatterkit_browser.js",
28       "ScatterKit/ScatterKit/Source/js/scatterkit_desktop.js"
29     ]
30   },
31   "exclude_files": "Examples/*",
32   "frameworks": [
33     "Foundation",
34     "UIKit",
35     "WebKit"
36   ],
37   "swift_version": "4.2"