[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 5 / a / 7 / ExpyTableView / 1.1 / ExpyTableView.podspec.json
blob4772d9e785bb8ee93d575598d6f363f4eff71f9c
2   "name": "ExpyTableView",
3   "version": "1.1",
4   "swift_versions": "5.0",
5   "summary": "ExpyTableView lets you make your table view expandable with implementing one method.",
6   "description": "ExpyTableView allows you to make your table view sections expandable just by implementing one data source method. Uses row insertion and deletion. You specify and return the expanding cell from this data source method and you are ready to go.",
7   "homepage": "https://github.com/okhanokbay/ExpyTableView",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "okhanokbay": "okhanokbay5@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/okhanokbay/ExpyTableView.git",
17     "tag": "1.1"
18   },
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "ExpyTableView/Classes/**/*",
23   "frameworks": "UIKit",
24   "swift_version": "5.0"