[Add] UIKitViewBuilder 1.1.0
[CocoaPods.git] / Specs / 6 / a / 5 / WebEditor / 0.1.0 / WebEditor.podspec.json
blob3ea936653fcd1b1d4d405ebdb3f917ed7c712c8c
2   "name": "WebEditor",
3   "version": "0.1.0",
4   "summary": "A simple web editor.",
5   "description": "A simple rich text editor based on webView written in swift",
6   "homepage": "https://github.com/tingting-anne/WebEditor.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "liutingting": "liutingting_fly@163.com"
13   },
14   "source": {
15     "git": "https://github.com/tingting-anne/WebEditor.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "WebEditor/Classes/*",
22   "resources": [
23     "WebEditor/Assets/icons/*",
24     "WebEditor/Assets/editor/*"
25   ],
26   "frameworks": "SnapKit",
27   "dependencies": {
28     "SnapKit": [
30     ]
31   }