[Add] STBaseProject 1.0.8
[CocoaPods.git] / Specs / 0 / c / 2 / AlertToast / 1.1.1 / AlertToast.podspec.json
blob85463b4352a792310deda272f0a875e66941acd0
2   "name": "AlertToast",
3   "version": "1.1.1",
4   "summary": "A popup alert like Apple Music & AppStore feedback.",
5   "description": "I tried to recreate Apple's alerts appearance and behavior as much as possible to be suitable for SwiftUI. You can find these alerts in the AppStore after feedback and after you add a song to your library in Apple Music.",
6   "homepage": "https://github.com/elai950/AlertToast",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "Elai Zuberman": "email@address.com"
13   },
14   "platforms": {
15     "ios": "13.0",
16     "osx": "11.0"
17   },
18   "source": {
19     "git": "https://github.com/elai950/AlertToast.git",
20     "tag": "1.1.1"
21   },
22   "source_files": "Sources/AlertToast/**/*.swift",
23   "requires_arc": true,
24   "swift_versions": "5.1",
25   "swift_version": "5.1"