[Add] RapidKitFoundation_MacOS 2024.1230.1857.641
[CocoaPods.git] / Specs / d / a / 8 / CYExpandableTableView / 0.0.1 / CYExpandableTableView.podspec.json
blob879b6e95f9040563ec4f3a7f0baad284ef6cccb2
2   "name": "CYExpandableTableView",
3   "version": "0.0.1",
4   "summary": "An expandable / collapsable table view for iOS.",
5   "description": "An expandable / collapsable table view for iOS , easy to use , easy to customize !",
6   "homepage": "https://github.com/Gocy015/CYExpandableTableView",
7   "license": "MIT",
8   "authors": {
9     "Gocy": "651023362@qq.com"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "source": {
15     "git": "https://github.com/Gocy015/CYExpandableTableView.git",
16     "tag": "0.0.1"
17   },
18   "source_files": "CYExpandableTableView/*.{h,m}",
19   "resources": "CYExpandableTableView/*.xib",
20   "frameworks": "UIKit",
21   "requires_arc": true,
22   "dependencies": {
23     "Masonry": [
25     ]
26   }