[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 6 / d / 0 / FSCSwipeCell / 0.1.0 / FSCSwipeCell.podspec.json
blob220357cc36c9cefd1fb4cc2d9458e81433c40cf9
2   "name": "FSCSwipeCell",
3   "version": "0.1.0",
4   "summary": "A table view cell that can be swiped left and/or right to perform an action.",
5   "description": "                       Table view cells of this class will reveal a colored area that represents an action when\n                       the user swipes left or right on the cell. If the user passes over a certain threshold,\n                       the action will be triggered; otherwise, the cell will just bounce back to its default\n                       state.\n",
6   "homepage": "https://github.com/47center/FSCSwipeCell",
7   "license": "MIT",
8   "authors": {
9     "Blixt": "blixt@47center.com"
10   },
11   "source": {
12     "git": "https://github.com/47center/FSCSwipeCell.git",
13     "tag": "0.1.0"
14   },
15   "social_media_url": "https://twitter.com/blixt",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resource_bundles": {
22     "FSCSwipeCell": [
23       "Pod/Assets/*.png"
24     ]
25   },
26   "frameworks": "UIKit"