[Add] RXSDK_Pure 3.0.301
[CocoaPods.git] / Specs / 6 / 1 / 2 / JMStaticContentTableViewController / 0.1.1 / JMStaticContentTableViewController.podspec.json
blob18effb6d7bb21622c3ce595a3451228f0a27ac17
2   "name": "JMStaticContentTableViewController",
3   "version": "0.1.1",
4   "summary": "Cleanly implement a table view controller much like those in Settings.app, using a simple, convienent block-based syntax.",
5   "description": "A subclass-able way to cleanly and neatly implement a table view controller much like those in Settings.app, with nice-looking fields to collect or display information, all using a simple and convienent block-based syntax.",
6   "homepage": "https://github.com/jakemarsh/JMStaticContentTableViewController",
7   "authors": {
8     "Jake Marsh": "jake@deallocatedobjects.com"
9   },
10   "source": {
11     "git": "https://github.com/jakemarsh/JMStaticContentTableViewController.git",
12     "tag": "0.1.1"
13   },
14   "platforms": {
15     "ios": "5.0"
16   },
17   "requires_arc": true,
18   "license": {
19     "type": "MIT",
20     "file": "MIT-LICENSE"
21   },
22   "source_files": [
23     "JMStaticContentTableViewController/*.*"
24   ]