[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / d / a / 0 / SDCollapsibleTableView / 0.1.0 / SDCollapsibleTableView.podspec.json
blobe4f76008bbdd4c43c8ed3b353df813e4352db4d0
2   "name": "SDCollapsibleTableView",
3   "version": "0.1.0",
4   "summary": "A Swift library that helps you collapse table view sections.",
5   "description": "This CocoaPod provides the ability to easily setup a UITableView with\ncollapsible sections. This project is written purely in Swift 4.2.",
6   "homepage": "https://github.com/williamyeung72/SDCollapsibleTableView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "William Yeung": "william.yeung@relaxops.com"
13   },
14   "source": {
15     "git": "https://github.com/williamyeung72/SDCollapsibleTableView.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "SDCollapsibleTableView/Classes/**/*",
22   "frameworks": "UIKit",
23   "swift_versions": "4.0",
24   "swift_version": "4.0"