blob: f5413915fa57bdc85a4129cc8098bc595ac1c196 [file] [log] [blame]
{
"name": "SuperAlertController",
"version": "2.1.0",
"summary": "An UIAlertController extension.",
"homepage": "https://github.com/Meniny/SuperAlertController",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": "Elias Abel",
"source": {
"git": "https://github.com/Meniny/SuperAlertController.git",
"tag": "2.1.0"
},
"social_media_url": "https://meniny.cn/",
"requires_arc": true,
"description": "SuperAlertController is an UIAlertController extension.",
"module_name": "SuperAlertController",
"platforms": {
"ios": "9.0"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "5"
},
"swift_versions": "5",
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "SuperAlertController/Core/**/*.swift",
"frameworks": [
"Foundation",
"UIKit"
]
},
{
"name": "Ext",
"dependencies": {
"SuperAlertController/Core": [
]
},
"source_files": "SuperAlertController/Ext/Codes/**/*.swift",
"frameworks": [
"Foundation",
"UIKit",
"AVFoundation",
"CoreGraphics",
"WebKit"
],
"resources": [
"SuperAlertController/Ext/Resources/Countries.bundle",
"SuperAlertController/Ext/Resources/ColorPicker.storyboard",
"SuperAlertController/Ext/Resources/Assets.xcassets"
]
}
]
}