[Add] BoostAI 1.1.28
[CocoaPods.git] / Specs / 9 / a / 0 / DPValidatedTableViewController / 0.2.8 / DPValidatedTableViewController.podspec.json
blob3ece6c1d17617bb544593f0dcd197de816c88a2e
2   "name": "DPValidatedTableViewController",
3   "version": "0.2.8",
4   "summary": "A Simple Validated TableViewController that leverages SwiftValidator.",
5   "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",
6   "homepage": "https://github.com/davepatterson/DPValidatedTableViewController",
7   "license": "MIT",
8   "authors": {
9     "David Patterson": "davepatterson12@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/davepatterson/DPValidatedTableViewController.git",
13     "tag": "0.2.8"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "*/*",
20   "resource_bundles": {
21     "DPValidatedTableViewController": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "dependencies": {
26     "Alamofire": [
27       "~> 1.3.1"
28     ],
29     "SwiftyJSON": [
30       "~>2.2.1"
31     ]
32   }