[Add] YIM 2.5.0
[CocoaPods.git] / Specs / 0 / c / e / PLTableViewController / 1.0 / PLTableViewController.podspec.json
blob7bd68cd370943e0503e7a0ea2275c0fb3f763f04
2   "name": "PLTableViewController",
3   "version": "1.0",
4   "summary": "Subclass of UITableViewController to show items of not only NSArray but also NSDictionary.",
5   "homepage": "https://github.com/bangtoven/PListTableViewController",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE.TXT"
9   },
10   "authors": {
11     "Bangtoven": "me@bangtoven.com"
12   },
13   "source": {
14     "git": "https://github.com/bangtoven/PListTableViewController.git",
15     "tag": "1.0"
16   },
17   "platforms": {
18     "ios": "5.0"
19   },
20   "source_files": [
21     "Classes",
22     "PListNavigatorLibs/*.{h,m}"
23   ],
24   "exclude_files": "Classes/Exclude",
25   "frameworks": "UIKit",
26   "requires_arc": true