blob: a7d3adc508afd3388a77d79a65513ee90509fc3c [file] [log] [blame]
{
"name": "Formalist",
"version": "0.1.0",
"license": {
"type": "MIT"
},
"homepage": "https://github.com/seedco/Formalist",
"authors": {
"Indragie Karunaratne": "i@indragie.com"
},
"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.1.0",
"submodules": true
},
"source_files": "Formalist/*.swift",
"platforms": {
"ios": "9.0"
},
"frameworks": "UIKit",
"dependencies": {
"SeedStackViewController": [
"~> 0.2.1"
]
}
}