[Add] DingRTC_iOS 3.5.0
[CocoaPods.git] / Specs / 6 / d / 0 / FSCSwipeCell / 0.1.4 / FSCSwipeCell.podspec.json
blobebb9dfe533935e23a635dc92314e7b5f979db368
2   "name": "FSCSwipeCell",
3   "version": "0.1.4",
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   "screenshots": "http://fat.gfycat.com/CarefreeCreativeAdder.gif",
8   "license": "MIT",
9   "authors": {
10     "Blixt": "blixt@47center.com"
11   },
12   "source": {
13     "git": "https://github.com/47center/FSCSwipeCell.git",
14     "tag": "0.1.4"
15   },
16   "social_media_url": "https://twitter.com/blixt",
17   "platforms": {
18     "ios": "7.0"
19   },
20   "requires_arc": true,
21   "source_files": "Pod/Classes/**/*",
22   "resource_bundles": {
23     "FSCSwipeCell": [
24       "Pod/Assets/*.png"
25     ]
26   },
27   "frameworks": [
28     "QuartzCore",
29     "UIKit"
30   ]