blob: cb7c1a41c7297f072a4c6eebe30c2828f1e025ab [file] [log] [blame]
{
"name": "NKScriptingLite",
"version": "0.12.0",
"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.12.0"
},
"platforms": {
"ios": "9.0",
"osx": "10.11"
},
"swift_version": "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"
]
}