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