blob: 53b48909b9fff102f42a0e632516c6fb2e0d197a [file] [log] [blame]
{
"name": "VEditorKit",
"version": "1.4.3",
"summary": "Lightweight and Powerful Editor Kit",
"description": "Lightweight and Powerful Editor Kit built on Texture(AsyncDisplayKit)",
"homepage": "https://github.com/Geektree0101/VEditorKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Geektree0101": "h2s1880@gmail.com"
},
"source": {
"git": "https://github.com/Geektree0101/VEditorKit.git",
"tag": "1.4.3"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) AS_USE_VIDEO=1"
},
"source_files": "VEditorKit/**/*",
"dependencies": {
"Texture": [
"~> 2.7"
],
"BonMot": [
],
"RxSwift": [
],
"RxCocoa": [
]
}
}