blob: 3685618461db39ff536f800f2b06b91746ce3ebb [file] [log] [blame]
{
"name": "Formalist",
"version": "0.3.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.3.0"
},
"source_files": "Formalist/*.swift",
"platforms": {
"ios": "9.0"
},
"frameworks": "UIKit",
"dependencies": {
"SeedStackViewController": [
"~> 0.4.0"
]
},
"pushed_with_swift_version": "4.0"
}