blob: 20c21bf45828ec35c66962279df832f4a2aaec8d [file] [log] [blame]
{
"name": "SwiftyForms",
"version": "0.11.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.11.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "SwiftyForms/Classes/**/*",
"dependencies": {
"SwiftValidators": [
"~>5.1.0"
]
}
}