[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 1 / c / 7 / CodeEditorView / 0.4.1 / CodeEditorView.podspec.json
blob412f4d47bdc5702663dffa745e0e7c31e9cc15a0
2   "name": "CodeEditorView",
3   "version": "0.4.1",
4   "summary": "A Code Editor TextView for iOS",
5   "description": "You can edit code with CodeEditorView with highlight and autoIndent",
6   "homepage": "https://github.com/GuessEver/CodeEditorView",
7   "license": "MIT",
8   "authors": {
9     "GuessEver": "guessever@gmail.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/GuessEver/CodeEditorView.git",
16     "tag": "0.4.1"
17   },
18   "source_files": "CodeEditorView/*",
19   "frameworks": [
20     "Foundation",
21     "UIKit"
22   ],
23   "requires_arc": true,
24   "dependencies": {
25     "RFKeyboardToolbar": [
26       "~> 1.3"
27     ]
28   }