blob: 2c4eea25ab3db815c5a5c9fc72b6d284d786bce9 [file] [log] [blame]
{
"name": "SwiftyForms",
"version": "0.3.8",
"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.3.8"
},
"platforms": {
"ios": "9.0"
},
"source_files": "SwiftyForms/Classes/**/*",
"dependencies": {
"SwiftValidators": [
"~>3.0.0"
]
}
}