[Add] TensorFlowLiteObjC 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 0 / a / 1 / KHSwipeCell / 0.1.0 / KHSwipeCell.podspec.json
blob38bda79772fe91b015b102649275877640ccc0b5
2   "name": "KHSwipeCell",
3   "version": "0.1.0",
4   "summary": "An easy-to-use UITableViewCell subclass that implements a swipeable content view",
5   "homepage": "https://github.com/weekwood/KHSwipeCell",
6   "screenshots": "https://raw.githubusercontent.com/weekwood/KHSwipeCell/master/gif/KHSwipeCell.gif",
7   "license": "MIT",
8   "authors": "Khan.Lau",
9   "platforms": {
10     "ios": "6.0"
11   },
12   "source": {
13     "git": "https://github.com/weekwood/KHSwipeCell.git",
14     "tag": "0.1.0"
15   },
16   "source_files": [
17     "KHSwipeCellExample/KHSwipeCell/KHSwipeCell.{h,m}",
18     "KHSwipeCellExample/KHSwipeCell/KHActionButton.{h,m}"
19   ],
20   "requires_arc": true