blob: 12f0d3c486b8f2bcab4d28439331cdfceadfbe60 [file] [log] [blame]
{
"name": "NKScriptingLite",
"version": "0.13.1",
"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",
"tag": "0.13.1"
},
"platforms": {
"ios": "9.0",
"osx": "10.11"
},
"swift_versions": "4.2",
"requires_arc": true,
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.2"
},
"libraries": "compression",
"source_files": [
"src/nodekit/NKScripting/**/*.{swift,h,m}",
"src/nodekit/NKScriptingLite/**/*.{swift,h,m}"
],
"resources": [
"src/nodekit/NKScripting/lib-scripting.nkar"
],
"swift_version": "4.2"
}