[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 5 / a / 7 / ExpyTableView / 0.3.1 / ExpyTableView.podspec.json
blob92e7f1a63b846b4ee860911acf39bfb185471e67
2   "name": "ExpyTableView",
3   "version": "0.3.1",
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.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "ExpyTableView/Classes/**/*",
22   "frameworks": "UIKit",
23   "pushed_with_swift_version": "3.0"