blob: 8c2b11203823747a08473e739dd023522cf23698 [file] [log] [blame]
{
"name": "JSA4Cocoa",
"version": "1.0.1",
"summary": "The implementation of JSAppSugar for Cocoa.",
"description": "JSAppSugar is a Syntactic Sugar for JavaScript. It enables App(iOS/Android) developers to develop cross platform business logic in JavaScript language. The primary goal of this project is to make the application development process simple, cheap, and of high quality.",
"homepage": "https://github.com/JSAppSugar/JSA4Cocoa",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Neal",
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"source": {
"git": "https://github.com/JSAppSugar/JSA4Cocoa.git",
"tag": "1.0.1"
},
"source_files": "JSA4Cocoa/**/*.{h,m}",
"public_header_files": "JSA4Cocoa/*.h",
"resources": "Assets/*.js",
"frameworks": "JavaScriptCore",
"requires_arc": true
}