blob: 2ec1072a7310f50e93208809d391c4f7be6f4057 [file] [log] [blame]
{
"name": "JGScrollableTableViewCell",
"version": "1.1",
"summary": "A UITableViewCell subclass with a scrollable content view.",
"description": "JGScrollableTableViewCell is a simple and easy to use UITableViewCell subclass with a scrollable content view that exposes an accessory view when scrolled. The behavior is inspired by the iOS 7 mail app.\n",
"homepage": "https://github.com/JonasGessner/JGScrollableTableViewCell",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": "Jonas Gessner",
"social_media_url": "http://twitter.com/JonasGessner",
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/JonasGessner/JGScrollableTableViewCell.git",
"tag": "v1.1"
},
"source_files": "JGScrollableTableViewCell/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit",
"CoreGraphics"
],
"requires_arc": true
}