blob: f6e7ce2337139e9f8179f363cd516a9276dbb2d4 [file] [log] [blame]
{
"name": "DPValidatedTableViewController",
"version": "0.3.4",
"summary": "A Simple Validated TableViewController that leverages SwiftValidator.",
"description": "Whenever starting on a new project, it can often feel repetitive recreating common views. In my case, I was never a fan of creating forms over and over. Enter DPValidatedTableViewControler! A projected I started on to streamline the process of validating data submitted by users of an app",
"homepage": "https://github.com/davepatterson/DPValidatedTableViewController",
"license": "MIT",
"authors": {
"David Patterson": "davepatterson12@gmail.com"
},
"source": {
"git": "https://github.com/davepatterson/DPValidatedTableViewController.git",
"tag": "0.3.4"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "*/*",
"resource_bundles": {
"DPValidatedTableViewController": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"Alamofire": [
"~>2.0"
],
"SwiftyJSON": [
]
}
}