[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 4 / 7 / a / AFMInfoBanner / 1.2.1 / AFMInfoBanner.podspec.json
bloba471228e362090d75684bb33cad986cc9acb6d19
2   "name": "AFMInfoBanner",
3   "version": "1.2.1",
4   "summary": "Easy to use auto-hiding notice bar below Navigation Bar.",
5   "description": "Red or green banner with text sliding from below the Navigation Bar\nand hiding itself after a small timeout.\n\nGood for notices or error messages. Auto-sizes itself to fit all\ntext. Colours are customisable by UIAppearance.",
6   "homepage": "https://github.com/ask-fm/AFMInfoBanner",
7   "screenshots": [
8     "https://raw.githubusercontent.com/ask-fm/AFMInfoBanner/master/res/red_banner.gif",
9     "https://raw.githubusercontent.com/ask-fm/AFMInfoBanner/master/res/red_banner.png"
10   ],
11   "license": "MIT",
12   "authors": {
13     "Romans Karpelcevs": "roman@ask.fm"
14   },
15   "source": {
16     "git": "https://github.com/ask-fm/AFMInfoBanner.git",
17     "tag": "1.2.1"
18   },
19   "social_media_url": "https://twitter.com/cvbk",
20   "platforms": {
21     "ios": "7.0"
22   },
23   "requires_arc": true,
24   "source_files": "Pod/Classes",
25   "frameworks": "UIKit",
26   "dependencies": {
27     "CVKHierarchySearcher": [
28       "~> 0.2"
29     ]
30   }