blob: a26800e907853beb22d245fbe3f6426922f12477 [file] [log] [blame]
{
"name": "Flix",
"version": "2.0.0.beta.0",
"summary": "iOS form builder in Swift",
"homepage": "https://github.com/DianQK/Flix",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"DianQK": "dianqk@icloud.com"
},
"source": {
"git": "https://github.com/DianQK/Flix.git",
"tag": "2.0.0.beta.0"
},
"source_files": "Flix/**/*.swift",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"dependencies": {
"RxSwift": [
"~> 4.1"
],
"RxCocoa": [
"~> 4.1"
],
"RxDataSources": [
"~> 3.0"
]
},
"platforms": {
"ios": "9.0"
}
}