[Add] Leopard-iOS 2.0.2
[CocoaPods.git] / Specs / 8 / d / b / FPScrollingBanner / 1.0.0 / FPScrollingBanner.podspec.json
blob5ebc564bc10705ea0719bbd9aa42d663b4ce69f0
2   "name": "FPScrollingBanner",
3   "version": "1.0.0",
4   "summary": "This Objective-C control implements Scrolling Inset Banner appearance for tvOS apps",
5   "description": "FPScrollingBanner allows to easily recreate Scrolling Inset Banner appearance like on new AppleTV dashboard. It's based on UICollectionView and tweaks Focusing System to create infinitive scrolling experience.",
6   "homepage": "https://github.com/Ponf/FPScrollingBanner",
7   "license": "MIT",
8   "authors": {
9     "Filipp": "me@ponfius.com"
10   },
11   "source": {
12     "git": "https://github.com/Ponf/FPScrollingBanner.git",
13     "tag": "1.0.0"
14   },
15   "social_media_url": "https://twitter.com/ponfius",
16   "platforms": {
17     "tvos": "9.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "frameworks": "UIKit"