[Add] NoctuaSDK 0.6.0
[CocoaPods.git] / Specs / 8 / c / 6 / APParallaxHeader / 0.1.2 / APParallaxHeader.podspec.json
blob8d17d8d48df5ac98ee9f0968b5f98b396a7146d7
2   "name": "APParallaxHeader",
3   "version": "0.1.2",
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/apping/APParallaxHeader",
10   "authors": {
11     "Mathias Amnell": "mathias@apping.se"
12   },
13   "source": {
14     "git": "https://github.com/apping/APParallaxHeader.git",
15     "tag": "0.1.2"
16   },
17   "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. APParallaxHeader uses the Objective-C runtime instead to add the following method to UIScrollView.",
18   "source_files": "APParallaxHeader/*.{h,m}",
19   "preserve_paths": "Demo",
20   "requires_arc": true