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