[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 1 / 5 / 0 / APParallaxHeader-Width / 0.1.8 / APParallaxHeader-Width.podspec.json
blob0d4e27a14ab356b86d717f3457a0878b6cc2021f
2   "name": "APParallaxHeader-Width",
3   "version": "0.1.8",
4   "platforms": {
5     "ios": "5.0"
6   },
7   "license": "MIT",
8   "summary": "Add a parallax header view to your table views with one row of code.",
9   "homepage": "https://github.com/r3mus/APParallaxHeader",
10   "authors": {
11     "Mathias Amnell": "mathias@apping.se",
12     "Brandon Shelley": "brandon@behemoth.ca"
13   },
14   "source": {
15     "git": "https://github.com/r3mus/APParallaxHeader.git",
16     "tag": "0.1.8"
17   },
18   "description": "This category makes it super easy to add a parallax header view to your table views. Other alternatives relies on subclassing of UITableViewController or UITableView. Instead, APParallaxHeader uses the Objective-C runtime to add the functionality to your UIScrollView or UITableView. This version contains methods for configurable width and centering the header.",
19   "frameworks": "QuartzCore",
20   "source_files": "APParallaxHeader/*.{h,m}",
21   "preserve_paths": "Demo",
22   "requires_arc": true