[Add] TensorFlowLiteSwift 0.0.1-nightly.20241213
[CocoaPods.git] / Specs / 8 / 2 / e / UITableViewController+KYSelfSizingPushFix / 1.0.0 / UITableViewController+KYSelfSizingPushFix.podspec.json
blob47f6b21910f2b0182298ccd689158517a385fac5
2   "name": "UITableViewController+KYSelfSizingPushFix",
3   "version": "1.0.0",
4   "summary": "解决了iOS8中使用Self-Sizing Cell自动布局时,push时发生cell跳跃的bug",
5   "description": "                   给UITableViewController增加了一个Category。解决了iOS8中使用Self-Sizing Cell自动布局时,push时发生cell跳跃的bug\n",
6   "homepage": "https://github.com/KittenYang/KYSelfSizingPushFixCategory",
7   "license": "MIT",
8   "authors": {
9     "KittenYang": "kittenyang@icloud.com"
10   },
11   "platforms": {
12     "ios": null
13   },
14   "source": {
15     "git": "https://github.com/KittenYang/KYSelfSizingPushFixCategory.git",
16     "tag": "1.0.0"
17   },
18   "source_files": "UITableViewController+KYSelfSizingPushFix/*.{h,m}",
19   "frameworks": [
20     "Foundation",
21     "UIKit"
22   ],
23   "requires_arc": true