[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 9 / a / 0 / DPValidatedTableViewController / 0.4.0 / DPValidatedTableViewController.podspec.json
blobe171c2c75c9d70ec499069aa1884cace99109f1b
2   "name": "DPValidatedTableViewController",
3   "version": "0.4.0",
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.4.0"
14   },
15   "platforms": {
16     "ios": "8.1"
17   },
18   "requires_arc": true,
19   "source_files": "*/*",
20   "resource_bundles": {
21     "DPValidatedTableViewController": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "dependencies": {
26     "Alamofire": [
27       "~>2.0"
28     ],
29     "SwiftyJSON": [
31     ]
32   }