blob: 4454b7979ab26dc63f80289970a9d5f0324cbfd9 [file] [log] [blame]
{
"name": "Flix",
"version": "1.2.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": "1.2.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"
}
}