[Add] RegulaCommonNightly 7.5.947
[CocoaPods.git] / Specs / e / c / 4 / VEditorKit / 1.4.1 / VEditorKit.podspec.json
blob20e398152143a85c8c10805203e212b285746f95
2   "name": "VEditorKit",
3   "version": "1.4.1",
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.4.1"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "requires_arc": true,
22   "xcconfig": {
23     "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) AS_USE_VIDEO=1"
24   },
25   "source_files": "VEditorKit/**/*",
26   "dependencies": {
27     "Texture": [
28       "~> 2.7"
29     ],
30     "BonMot": [
32     ],
33     "RxSwift": [
35     ],
36     "RxCocoa": [
38     ]
39   }