blob: 4782e819e4041f0f96a75334da8d658f77a03304 [file] [log] [blame]
{
"name": "NKScriptingLite",
"version": "0.8.12",
"summary": "The universal, open-source, embedded engine",
"description": "NodeKit is the universal, open-source, embedded engine that provides a full ES5 / Node.js instance inside desktop and mobile applications for OS X, iOS, Android, and Windows.",
"homepage": "https://github.com/nodekit-io/nodekit",
"license": {
"type": "APACHE-2",
"file": "LICENSE"
},
"authors": {
"OffGrid Networks": "admin@offgridn.com"
},
"source": {
"git": "https://github.com/nodekit-io/nodekit-darwin-lite.git"
},
"platforms": {
"ios": "9.0",
"osx": "10.11"
},
"requires_arc": true,
"libraries": "compression",
"source_files": [
"src/nodekit/NKScripting/**/*.{swift,h,m}",
"src/nodekit/NKScriptingLite/**/*.{swift,h,m}"
],
"resources": [
"src/nodekit/NKScripting/lib-scripting.nkar"
],
"pushed_with_swift_version": "3.0"
}