[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 3 / a / 2 / IgyToast / 0.0.2 / IgyToast.podspec.json
blob7f27b52e87eeb2265b50eeb00f59c08117c351e6
2   "name": "IgyToast",
3   "version": "0.0.2",
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.2"
20   },
21   "source_files": "IgyToast/**/*.swift",
22   "swift_versions": "4.2",
23   "exclude_files": "IgyToast/Exclude/",
24   "resources": "IgyToast/**/*.xib",
25   "swift_version": "4.2"