2 "name": "DropDownTableView",
4 "summary": "This is a simple drop down table view.",
5 "description": "DropDownTableViewController is a simple UITableViewController. Inherit from DropDownTableViewController and override methods from DropDownTableViewDataSource and DropDownTableViewDelegate.",
6 "homepage": "https://github.com/NSSimpleApps/DropDownTableView",
12 "NSSimpleApps, Sergey Poluyanov": "ns.simple.apps@gmail.com"
15 "git": "https://github.com/NSSimpleApps/DropDownTableView.git",
22 "default_subspecs": "Swift",
23 "pushed_with_swift_version": "3.0.2",
30 "source_files": "Source/ObjC/*.{h,m}",
31 "public_header_files": [
32 "Source/ObjC/DropDownTableView.h",
33 "Source/ObjC/DropDownTableViewController.h",
34 "Source/ObjC/DropDownTableViewDataSource.h",
35 "Source/ObjC/DropDownTableViewDelegate.h",
36 "Source/ObjC/NSIndexPath+DropDown.h",
37 "Source/ObjC/UITableView+DropDown.h"
45 "source_files": "Source/Swift/*.swift"