blob: 56f5bd1c151c24baad6072b572392265aed7c6f6 [file] [log] [blame]
{
"name": "TapAlertViewController",
"platforms": {
"ios": "8.0"
},
"swift_version": "4.2",
"summary": "Custom alert view controller for iOS",
"requires_arc": true,
"version": "1.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Tap Payments": "hello@tap.company"
},
"homepage": "https://github.com/Tap-Payments/TapAlertViewController-iOS",
"source": {
"git": "https://github.com/Tap-Payments/TapAlertViewController-iOS.git",
"tag": "1.0"
},
"source_files": "TapAlertViewController/Source/**/*.{swift}",
"ios": {
"resource_bundles": {
"TapAlertViewControllerResources": [
"TapAlertViewController/Resources/*.{storyboard}"
]
}
},
"dependencies": {
"TapAdditionsKit/Foundation/Bundle": [
],
"TapAdditionsKit/ObjectiveC/NSObject": [
],
"TapAdditionsKit/QuartzCore/CAKeyframeAnimation": [
],
"TapAdditionsKit/Tap/ClassProtocol": [
],
"TapAdditionsKit/Tap/TypeAlias": [
],
"TapAdditionsKit/UIKit/UIViewController": [
],
"TapVisualEffectView": [
]
}
}