[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 8 / 3 / 1 / Dodo / 2.0.5 / Dodo.podspec.json
blob7d44a27484d91f8a115b8280e15e48aebddc651f
2   "name": "Dodo",
3   "version": "2.0.5",
4   "license": {
5     "type": "MIT"
6   },
7   "homepage": "https://github.com/exchangegroup/Dodo",
8   "summary": "A message bar written in Swift.",
9   "description": "This is a UI widget for showing text messages in iOS apps. It is useful for showing short messages to the user, something like: \"Message sent\", \"Note saved\", \"No Internet connection\".\n\n* Dodo includes styles for success, info, warning and error type messages.\n* The bar can have buttons with custom tap handlers.\n* Bar styles can be customized.\n* You can provide custom animations for showing and hiding the bar or use one of the default animation presets.\n* Provides a mock class for unit tests.",
10   "authors": {
11     "Evgenii Neumerzhitckii": "sausageskin@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/exchangegroup/Dodo.git",
15     "tag": "2.0.5"
16   },
17   "screenshots": "https://raw.githubusercontent.com/exchangegroup/Dodo/master/Graphics/Paintings/alices_adventures_in_wonderland.png",
18   "source_files": "Dodo/**/*.swift",
19   "resources": "Dodo/**/*.xcassets",
20   "platforms": {
21     "ios": "8.0"
22   }