[Add] ikame_ios_sdk 1.0.417
[CocoaPods.git] / Specs / 1 / 8 / a / AlertBuilder / 4.2.0 / AlertBuilder.podspec.json
blob15cf425c1c662ccc8792801adfaa0069e803c678
2   "name": "AlertBuilder",
3   "version": "4.2.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": "4.2.0"
17   },
18   "swift_version": "4.2",
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       "~> 4.2.0"
30     ],
31     "Swiftstraints": [
32       "~> 4.2.0"
33     ]
34   }