blob: 4ef3ac8202e532ca1328e967859035f56a59e717 [file] [log] [blame]
{
"name": "Formalist",
"version": "0.5.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.5.0"
},
"source_files": "Formalist/*.swift",
"platforms": {
"ios": "9.0"
},
"frameworks": "UIKit",
"dependencies": {
"SeedStackViewController": [
"~> 0.4.0"
]
}
}