blob: 694880ec69bbadb4a55992545951d462a58c491a [file] [log] [blame]
{
"name": "CodeEditorView",
"version": "0.3.5",
"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.5"
},
"source_files": "CodeEditorView/*",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}