blob: 11f41c070214c810512f9dcefd5ca90c4266d5ad [file] [log] [blame]
{
"name": "SyntaxKit",
"version": "0.1.0",
"authors": {
"Sam Soffes": "sam@soff.es"
},
"homepage": "https://github.com/soffes/SyntaxKit",
"summary": "TextMate-style syntax highlighting.",
"source": {
"git": "https://github.com/soffes/SyntaxKit.git",
"tag": "v0.1.0"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"ios": {
"frameworks": [
"Foundation",
"UIKit"
]
},
"osx": {
"frameworks": [
"Foundation",
"AppKit"
]
},
"source_files": "SyntaxKit/*.{h,m,swift}"
}