blob: 2854b6572f1e1e74db7fad0ebfc125e428997a84 [file] [log] [blame]
{
"name": "ScatterKit",
"version": "0.0.2",
"swift_version": "4.2",
"summary": "Communicate with Scatter via js interface",
"description": "ScatterKit allows communication between Swift applications and web pages that use Scatter plugin",
"homepage": "https://paytomat.com/",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Alex Melnichuk": "a.melnichuk@noisyminer.com"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/paytomat/ScatterKit.git",
"branch": "master",
"tag": "0.0.2"
},
"source_files": "ScatterKit/ScatterKit/Source/**/*.swift",
"resource_bundles": {
"ScatterKit": [
"ScatterKit/ScatterKit/Source/scatterkit_script.js"
]
},
"exclude_files": "Examples/*",
"frameworks": [
"Foundation",
"UIKit",
"WebKit"
]
}