[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 8 / 6 / f / GDIIndexBar / 0.3.5 / GDIIndexBar.podspec.json
blob404e94a4e52a00e8efc2f7f71e25a4c22bb28e34
2   "name": "GDIIndexBar",
3   "version": "0.3.5",
4   "summary": "`GDIIndexBar` is a component for navigating sections of a `UITableView`.",
5   "description": "                    `GDIIndexBar` is a component for navigating sections of a `UITableView`. It reproduces the index bar seen in the Contacts app on iOS and styled to match both iOS6 and iOS7 by default. `GDIIndexBar` can also be customized through the appearance protocol or by subclassing. \n\n                    `GDIIndexBar` behaves by automatically sizing and positioning itself on the right side of the provided `UITableView`. Subclasses can alter this by overriding the `layoutSubviews` method of the `GDIIndexBar`. `GDIIndexBar` provides automatic vertical adjustments for the index bar by setting a `GDIIndexBarAlignment` value. \n\n                    `GDIIndexBar` is supports being added directly to a `UITableView` as a child subview, or can exist in a different view than the table while still positioning automatically. *NOTE:* In order to correctly receive touch events as a subview of a `UITableView`, the `delaysContentTouches` property is automatically set to `NO`.\n",
6   "homepage": "https://github.com/gdavis/GDIIndexBar",
7   "screenshots": [
8     "http://f.cl.ly/items/2c32450e1K3j2P1t242r/GDIIndexBar-3.png",
9     "http://f.cl.ly/items/2x2H2x0A3T3k0i3y0p1i/GDIIndexBar-2.png"
10   ],
11   "license": "MIT",
12   "authors": {
13     "Grant Davis": "grant@grantdavisinteractive.com"
14   },
15   "source": {
16     "git": "https://github.com/gdavis/GDIIndexBar.git",
17     "tag": "0.3.5"
18   },
19   "platforms": {
20     "ios": "6.0"
21   },
22   "requires_arc": true,
23   "source_files": "Classes"