blob: 0241ee5835edb30675c6799cf16269572eb117e3 [file] [log] [blame]
{
"name": "Formalist",
"version": "0.6.0",
"license": {
"type": "MIT"
},
"homepage": "https://github.com/seedco/Formalist",
"authors": "Seed",
"summary": "Declarative form building framework for iOS",
"description": "Swift framework for building forms on iOS using a simple, declarative, and readable syntax",
"source": {
"git": "https://github.com/seedco/Formalist.git",
"tag": "0.6.0"
},
"source_files": "Formalist/*.swift",
"platforms": {
"ios": "9.0"
},
"frameworks": "UIKit",
"dependencies": {
"SeedStackViewController": [
"~> 0.5.0"
]
},
"swift_versions": "5.0",
"swift_version": "5.0"
}