[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 4 / b / f / JGScrollableTableViewCell / 1.1 / JGScrollableTableViewCell.podspec.json
blob2ec1072a7310f50e93208809d391c4f7be6f4057
2   "name": "JGScrollableTableViewCell",
3   "version": "1.1",
4   "summary": "A UITableViewCell subclass with a scrollable content view.",
5   "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",
6   "homepage": "https://github.com/JonasGessner/JGScrollableTableViewCell",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.txt"
10   },
11   "authors": "Jonas Gessner",
12   "social_media_url": "http://twitter.com/JonasGessner",
13   "platforms": {
14     "ios": "5.0"
15   },
16   "source": {
17     "git": "https://github.com/JonasGessner/JGScrollableTableViewCell.git",
18     "tag": "v1.1"
19   },
20   "source_files": "JGScrollableTableViewCell/*.{h,m}",
21   "frameworks": [
22     "Foundation",
23     "UIKit",
24     "CoreGraphics"
25   ],
26   "requires_arc": true