[Add] SampleOTP 0.1.0
[CocoaPods.git] / Specs / 7 / 5 / 2 / MinimalToast / 0.1.5 / MinimalToast.podspec.json
blob341d3984ffac160a41b95bafd5859813175a6606
2   "name": "MinimalToast",
3   "version": "0.1.5",
4   "summary": "A minimalistic toast message with three states: Error, Warning and Success.",
5   "description": "'MinimalToast is a minimal toast message pods that has three states to play with: Error, Warning and Success. It is very easy to use, just write Toast.showToast(state: <State>, message: <String>)'",
6   "homepage": "https://github.com/leoanranjit/MinimalToast",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "leoanranjit": "demonlr509@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/leoanranjit/MinimalToast.git",
16     "tag": "0.1.5"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "source_files": "Sources/**/*.swift",
22   "swift_versions": "4.0",
23   "swift_version": "4.0"