blob: 92ef7d073a2953f26839191f597ce80b6b75263f [file] [log] [blame]
{
"name": "SwiftForms",
"version": "1.7",
"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": "1.7"
},
"source_files": [
"SwiftForms/*.swift",
"SwiftForms/descriptors/*.swift",
"SwiftForms/cells/base/*.swift",
"SwiftForms/cells/*.swift",
"SwiftForms/controllers/*.swift"
]
}