[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / 4 / 7 / a / AFMInfoBanner / 1.1 / AFMInfoBanner.podspec.json
blobe609de64b4ee805d118ee62429060704a775aa25
2   "name": "AFMInfoBanner",
3   "version": "1.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\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",
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.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   }