blob: 7c6b03f2bf924a1f34ec3d84fa1e8875e46a5b33 [file] [log] [blame]
{
"name": "CodeEditorView",
"version": "0.3.3",
"summary": "A Code Editor TextView for iOS",
"description": "You can edit code with CodeEditorView with highlight and autoIndent",
"homepage": "https://github.com/GuessEver/CodeEditorView",
"license": "MIT",
"authors": {
"GuessEver": "guessever@gmail.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/GuessEver/CodeEditorView.git",
"tag": "0.3.3"
},
"source_files": "CodeEditorView/*",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}