blob: ed65db273b6a496552271a6ec48420948665ab72 [file] [log] [blame]
{
"name": "Flix",
"version": "0.7.0-beta.2",
"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": "0.7.0-beta.2"
},
"source_files": "Flix/**/*.swift",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"dependencies": {
"RxSwift": [
"~> 4.0"
],
"RxCocoa": [
"~> 4.0"
],
"RxDataSources": [
"~> 3.0"
]
},
"platforms": {
"ios": "9.0"
},
"pushed_with_swift_version": "4.0"
}