blob: 31a10cd2f8e9f3c75ebe540d732bb706c54fa2ac [file] [log] [blame]
{
"name": "DPValidatedTableViewController",
"version": "0.2.9",
"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.2.9"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "*/*",
"resource_bundles": {
"DPValidatedTableViewController": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"Alamofire": [
"~> 1.3.1"
],
"SwiftyJSON": [
"~>2.2.1"
]
}
}