[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / e / c / 4 / VEditorKit / 1.3.4 / VEditorKit.podspec.json
blob112aeac9c7a1959993ce32c8c4a8a6aba1d0d5a6
2   "name": "VEditorKit",
3   "version": "1.3.4",
4   "summary": "Lightweight and Powerful Editor Kit",
5   "description": "Lightweight and Powerful Editor Kit built on Texture(AsyncDisplayKit)",
6   "homepage": "https://github.com/Geektree0101/VEditorKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Geektree0101": "h2s1880@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/Geektree0101/VEditorKit.git",
16     "tag": "1.3.4"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "VEditorKit/**/*",
22   "public_header_files": [
23     "VEditorKit/VEditorKit.h"
24   ],
25   "requires_arc": true,
26   "dependencies": {
27     "Texture": [
28       "~> 2.7"
29     ],
30     "BonMot": [
32     ],
33     "RxSwift": [
35     ],
36     "RxCocoa": [
38     ]
39   }