blob: 15cf425c1c662ccc8792801adfaa0069e803c678 [file] [log] [blame]
{
"name": "AlertBuilder",
"version": "4.2.0",
"summary": "Create Alerts and Action Sheets Easily",
"description": "AlertBuilder makes it easy to construct and present alerts with the builder pattern.",
"homepage": "https://github.com/bradhilton/AlertBuilder",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Brad Hilton": "brad@skyvive.com"
},
"source": {
"git": "https://github.com/bradhilton/AlertBuilder.git",
"tag": "4.2.0"
},
"swift_version": "4.2",
"platforms": {
"ios": "9.0"
},
"source_files": [
"AlertBuilder",
"AlertBuilder/**/*.{swift,h,m}"
],
"requires_arc": true,
"dependencies": {
"SwiftCallbacks": [
"~> 4.2.0"
],
"Swiftstraints": [
"~> 4.2.0"
]
}
}