[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 8 / c / 6 / APParallaxHeader / 0.1.3 / APParallaxHeader.podspec.json
blob404204648e3cc4d105eb8a79b1d5e62b935b24ee
2   "name": "APParallaxHeader",
3   "version": "0.1.3",
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.3"
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   "frameworks": "QuartzCore",
19   "source_files": "APParallaxHeader/*.{h,m}",
20   "preserve_paths": "Demo",
21   "requires_arc": true