blob: 6c1eed529c3fed2b6aba1287425930e943c73042 [file] [log] [blame]
{
"name": "DropDownTableView",
"version": "0.7",
"summary": "This is a simple drop down table view.",
"description": "DropDownTableViewController is a simple UITableViewController. Inherit from DropDownTableViewController and override methods from DropDownTableViewDataSource and DropDownTableViewDelegate.",
"homepage": "https://github.com/NSSimpleApps/DropDownTableView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"NSSimpleApps, Sergey Poluyanov": "ns.simple.apps@gmail.com"
},
"source": {
"git": "https://github.com/NSSimpleApps/DropDownTableView.git",
"tag": "0.7"
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"default_subspecs": "Swift",
"pushed_with_swift_version": "3.0.2",
"subspecs": [
{
"name": "ObjC",
"platforms": {
"ios": "8.0"
},
"source_files": "Source/ObjC/*.{h,m}",
"public_header_files": [
"Source/ObjC/DropDownTableView.h",
"Source/ObjC/DropDownTableViewController.h",
"Source/ObjC/DropDownTableViewDataSource.h",
"Source/ObjC/DropDownTableViewDelegate.h",
"Source/ObjC/NSIndexPath+DropDown.h",
"Source/ObjC/UITableView+DropDown.h"
]
},
{
"name": "Swift",
"platforms": {
"ios": "8.0"
},
"source_files": "Source/Swift/*.swift"
}
]
}