blob: 7cde0dffd44c3c6f199bfe842cc1f0eb6fff4936 [file] [log] [blame]
{
"name": "SwiftyForms",
"version": "0.10.0",
"summary": "Swifty way to create forms in iOS",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/gkaimakas/SwiftyForms",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"gkaimakas": "gkaimakas@gmail.com"
},
"source": {
"git": "https://github.com/gkaimakas/SwiftyForms.git",
"tag": "0.10.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "SwiftyForms/Classes/**/*",
"dependencies": {
"SwiftValidators": [
"~>5.1.0"
]
}
}