[Add] BlurUIKit 1.0.1
[CocoaPods.git] / Specs / 8 / 7 / f / DropDownTableView / 0.8 / DropDownTableView.podspec.json
blob2d52845dd696800696b36351ea3ab4127834a145
2   "name": "DropDownTableView",
3   "version": "0.8",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "NSSimpleApps, Sergey Poluyanov": "ns.simple.apps@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/NSSimpleApps/DropDownTableView.git",
16     "tag": "0.8"
17   },
18   "requires_arc": true,
19   "platforms": {
20     "ios": "8.0"
21   },
22   "default_subspecs": "Swift",
23   "pushed_with_swift_version": "3.0.2",
24   "subspecs": [
25     {
26       "name": "ObjC",
27       "platforms": {
28         "ios": "8.0"
29       },
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"
38       ]
39     },
40     {
41       "name": "Swift",
42       "platforms": {
43         "ios": "8.0"
44       },
45       "source_files": "Source/Swift/*.swift"
46     }
47   ]