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