[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 1 / 5 / 8 / SwiftNotify / 2.0.0 / SwiftNotify.podspec.json
blob4ec36302fc89a58353516bf9b9081e77d22bbb9c
2   "name": "SwiftNotify",
3   "version": "2.0.0",
4   "summary": "A Swifty UI framework for notifications and alerts.",
5   "homepage": "https://github.com/JT501/SwiftNotify",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Johnny": "johnny@jt501.com"
12   },
13   "social_media_url": "https://github.com/JT501",
14   "swift_versions": "5.9",
15   "platforms": {
16     "ios": "13.0"
17   },
18   "source": {
19     "git": "https://github.com/JT501/SwiftNotify.git",
20     "tag": "2.0.0"
21   },
22   "source_files": [
23     "SwiftNotify",
24     "Sources/SwiftNotify/**/*.{swift,h}"
25   ],
26   "resource_bundles": {
27     "SwiftNotifyResources": [
28       "Sources/SwiftNotify/NotifyResources/**/*.png"
29     ]
30   },
31   "frameworks": "UIKit",
32   "requires_arc": true,
33   "swift_version": "5.9"