[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 3 / a / 2 / IgyToast / 0.0.1 / IgyToast.podspec.json
blob80a1314eb9840ab393547e7012de8409ad39aa6d
2   "name": "IgyToast",
3   "version": "0.0.1",
4   "summary": "IgyToast is a simple bottom-appering toast which can be built with custom views",
5   "description": "IgyToast is a simple way to display content modally. Feed toast with your custom views, specifying it's height by a constraint. Toast width will depend on Device width. In case if content does not fit vertically - toast will embed it in a scroll view. Use headers and footers in order to avoid scrolling for top or bottom parts of your toast.",
6   "homepage": "https://github.com/igyvigy/IgyToast",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "igyVigy": "igyvigy@gmail.com"
13   },
14   "platforms": {
15     "ios": "11.0"
16   },
17   "source": {
18     "git": "https://github.com/igyvigy/IgyToast.git",
19     "tag": "0.0.1"
20   },
21   "source_files": [
22     "IgyToast",
23     "IgyToast/**/*.{h,m}"
24   ],
25   "exclude_files": "IgyToast/Exclude"