blob: 2975c05826d71bd245466e0358a9253bc9a52c07 [file] [log] [blame]
{
"name": "ACEView",
"version": "0.0.4",
"summary": "Use the ACE editor in your Cocoa applications.",
"description": " The ACEView framework aims to allow you to use the ACE source code editor in your Cocoa applications, as if it were a native control.\n",
"homepage": "https://github.com/faceleg/ACEView",
"license": {
"type": "BSD",
"file": "LICENSE"
},
"authors": {
"Michael Robinson": "mike@pagesofinterest.net"
},
"source": {
"git": "https://github.com/faceleg/ACEView.git",
"tag": "0.0.4",
"submodules": true
},
"platforms": {
"osx": null
},
"frameworks": [
"WebKit"
],
"resources": [
"ACEView/Dependencies/ace/src/*.js",
"ACEView/HTML/index.html"
],
"source_files": "ACEView/**/*.{h,m}",
"requires_arc": false
}