blob: c05c6622ecdc1a12c5ef38b196b8ca43f70a252d [file] [log] [blame]
{
"name": "AlertBuilder",
"version": "5.0.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": "5.0.0"
},
"swift_versions": "5.0",
"platforms": {
"ios": "9.0"
},
"source_files": [
"AlertBuilder",
"AlertBuilder/**/*.{swift,h,m}"
],
"requires_arc": true,
"dependencies": {
"SwiftCallbacks": [
"5.0.0"
],
"Swiftstraints": [
"5.0.0"
]
}
}