[Add] DatadogAlamofireExtension 2.22.0
[CocoaPods.git] / Specs / 1 / 8 / d / THGridMenu / 0.0.4 / THGridMenu.podspec.json
blob743c252d3f1718ff3dae1e9fcd7d71cf4f420946
2   "name": "THGridMenu",
3   "version": "0.0.4",
4   "summary": "A fluid grid menu layout system that adjusts item width with device rotation.",
5   "description": "\t\t\tTHGridMenu is a UIView that is initialized with number of columns per row, gutter size, margin and row height. You can call an instance method `createMenuItem` that will return a THGridMenuItem at the right origin and width for the next view. THGridMenuItem is a subclass of UIControl, which itself is a subclass of UIView, so you can put anything you'd like inside.\n\n\t\t\t*Note: Currently, THMenuGrid is meant to be contained inside of a navigation controller. You might have to modify to use in a standalone view or a tab controller.*\n",
6   "homepage": "https://github.com/troyharris/THGridMenu",
7   "screenshots": [
8     "http://loneyeti.com/github-images/THGridMenu1.png",
9     "http://loneyeti.com/github-images/THGridMenu1.png"
10   ],
11   "license": "MIT",
12   "authors": {
13     "Troy Harris": "troy.harris@djt-tech.com"
14   },
15   "source": {
16     "git": "https://github.com/troyharris/THGridMenu.git",
17     "tag": "0.0.4"
18   },
19   "platforms": {
20     "ios": "5.0"
21   },
22   "source_files": [
23     "THGridMenu.{h,m}",
24     "THGridMenuItem.{h,m}"
25   ],
26   "requires_arc": true