[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 4 / 3 / a / JSONViewControllers / 0.1.1 / JSONViewControllers.podspec.json
blobdc489bea42a11f101e4eb115a34c510867133f82
2   "name": "JSONViewControllers",
3   "version": "0.1.1",
4   "summary": "UICollectionViewController and UITableViewControllers driven by JSON.",
5   "homepage": "https://github.com/graham-perks-snap/JSONViewControllers",
6   "license": "MIT",
7   "authors": {
8     "Snap Kitchen": "graham_perks@snapkitchen.com"
9   },
10   "source": {
11     "git": "https://github.com/graham-perks-snap/JSONViewControllers.git",
12     "tag": "0.1.1"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source_files": "Pod/Classes/*.swift",
18   "frameworks": "UIKit",
19   "description": "Easily make a collection or table view from JSON content.\nSimplifies table/collection definition & eases cell reuse between view controllers.\nMove cells' logic to their own controller classes.",
20   "dependencies": {
21     "SwiftyJSON": [
23     ]
24   }