[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / a / 5 / d / ScrollFromBottomTableView / 0.1 / ScrollFromBottomTableView.podspec.json
blobc55d47f3d8cfd7f69ce26756a6278c782cd8c62d
2   "name": "ScrollFromBottomTableView",
3   "version": "0.1",
4   "summary": "Cocoapod and framework to make scroll views scroll from the bottom like they can in messaging app.",
5   "homepage": "http://github.com/ConventionalC/ScrollFromBottomTableView",
6   "license": "MIT",
7   "authors": {
8     "Peter DeWeese": "peter@dewee.se"
9   },
10   "source": {
11     "git": "https://github.com/ConventionalC/ScrollFromBottomTableView.git",
12     "tag": "0.1"
13   },
14   "requires_arc": true,
15   "ios": {
16     "source_files": "ScrollFromBottomTableView/*.{m,h}",
17     "frameworks": [
18       "Foundation",
19       "UIKit"
20     ]
21   },
22   "platforms": {
23     "ios": "7.1"
24   }