blob: 73e77fbfe208fd7531546e036516bb75df5642c9 [file] [log] [blame]
{
"name": "SwiftForms",
"version": "0.8",
"summary": "A small and lightweight library written in Swift that allows you to easily create forms",
"homepage": "https://github.com/ortuman/SwiftForms",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Miguel Ángel Ortuño",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/ortuman/SwiftForms.git",
"tag": "0.8"
},
"source_files": [
"SwiftForms/descriptors/*.swift",
"SwiftForms/cells/base/*.swift",
"SwiftForms/cells/*.swift",
"SwiftForms/controllers/*.swift"
]
}