[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 2 / 1 / f / ActionCell / 2.0.6 / ActionCell.podspec.json
bloba60caf06883765cd8467c3b2bfce0ba749eaceac
2   "name": "ActionCell",
3   "version": "2.0.6",
4   "summary": "ActionCell, wrap UITableViewCell with actions.",
5   "description": "ActionCell, wraps UITableViewCell with actions elegantly, no need to inherit UITableViewCell, use swiping to trigger actions (known from the Mailbox App). I love it.",
6   "homepage": "https://github.com/xiongxiong/ActionCell",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "xiongxiong": "xiongxiong0619@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/xiongxiong/ActionCell.git",
16     "tag": "2.0.6"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "Framework/ActionCell/**/*.{h,swift}",
22   "public_header_files": "Framework/ActionCell/*.h",
23   "frameworks": "UIKit",
24   "pushed_with_swift_version": "3.0"