[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 5 / a / 7 / ExpyTableView / 0.3.0 / ExpyTableView.podspec.json
blob8d8d6edfcfc192734f5cc3b0035d09da93dd629c
2   "name": "ExpyTableView",
3   "version": "0.3.0",
4   "summary": "ExpyTableView lets you make your table view expandable with implementing one method.",
5   "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.",
6   "homepage": "https://github.com/okhanokbay/ExpyTableView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "okhanokbay": "okhanokbay5@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/okhanokbay/ExpyTableView.git",
16     "tag": "0.3.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "ExpyTableView/Classes/**/*",
22   "frameworks": "UIKit",
23   "pushed_with_swift_version": "3.0"