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