[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 9 / a / 0 / DPValidatedTableViewController / 0.1.5 / DPValidatedTableViewController.podspec.json
blob86e8193b0b10f8db1f17739d844ff386cb65178f
2   "name": "DPValidatedTableViewController",
3   "version": "0.1.5",
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.1.5"
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   }