[Add] MOBFoundation 20241206
[CocoaPods.git] / Specs / 1 / 8 / a / AlertBuilder / 5.0.0 / AlertBuilder.podspec.json
blobc05c6622ecdc1a12c5ef38b196b8ca43f70a252d
2   "name": "AlertBuilder",
3   "version": "5.0.0",
4   "summary": "Create Alerts and Action Sheets Easily",
5   "description": "AlertBuilder makes it easy to construct and present alerts with the builder pattern.",
6   "homepage": "https://github.com/bradhilton/AlertBuilder",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Brad Hilton": "brad@skyvive.com"
13   },
14   "source": {
15     "git": "https://github.com/bradhilton/AlertBuilder.git",
16     "tag": "5.0.0"
17   },
18   "swift_versions": "5.0",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "source_files": [
23     "AlertBuilder",
24     "AlertBuilder/**/*.{swift,h,m}"
25   ],
26   "requires_arc": true,
27   "dependencies": {
28     "SwiftCallbacks": [
29       "5.0.0"
30     ],
31     "Swiftstraints": [
32       "5.0.0"
33     ]
34   }