[Add] picoLLM-iOS 1.2.3
[CocoaPods.git] / Specs / 3 / d / b / ScatterKit / 0.0.6 / ScatterKit.podspec.json
blobf32bbf59031703a22d24bb675a679acd1e3beb4d
2   "name": "ScatterKit",
3   "version": "0.0.6",
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.6"
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   ]