[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 5 / a / 7 / ExpyTableView / 1.2.1 / ExpyTableView.podspec.json
blob7c1627e1932d182269e28a96cee06fc9cba88f6f
2   "name": "ExpyTableView",
3   "version": "1.2.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.2.1"
18   },
19   "platforms": {
20     "ios": "10.0"
21   },
22   "source_files": "ExpyTableView/Classes/**/*",
23   "frameworks": "UIKit",
24   "swift_version": "5.0"