blob: 160309e33893a418d8c0d8220d6f9333bd6cdfa5 [file] [log] [blame]
{
"name": "AFMInfoBanner",
"version": "1.0.1",
"summary": "Easy to use auto-hiding notice bar below Navigation Bar.",
"description": " Red or green banner with text sliding from below the Navigation Bar\n and hiding itself after a small timeout.\n\n Good for notices or error messages. Auto-sizes itself to fit all\n text. Colours are customisable by UIAppearance.\n",
"homepage": "https://github.com/ask-fm/AFMInfoBanner",
"screenshots": [
"https://raw.githubusercontent.com/ask-fm/AFMInfoBanner/master/res/red_banner.gif",
"https://raw.githubusercontent.com/ask-fm/AFMInfoBanner/master/res/red_banner.png"
],
"license": "MIT",
"authors": {
"Romans Karpelcevs": "roman@ask.fm"
},
"source": {
"git": "https://github.com/ask-fm/AFMInfoBanner.git",
"tag": "1.0.1"
},
"social_media_url": "https://twitter.com/cvbk",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"frameworks": "UIKit",
"dependencies": {
"CVKHierarchySearcher": [
"~> 0.1"
]
}
}