blob: b8b071f3923ac22efc8d0832cb7797f54cfa45a0 [file] [log] [blame]
{
"name": "SuperAlertController",
"version": "2.0.1",
"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.0.1"
},
"social_media_url": "https://meniny.cn/",
"source_files": "SuperAlertController/**/*.swift",
"requires_arc": true,
"description": "SuperAlertController is an UIAlertController extension.",
"module_name": "SuperAlertController",
"platforms": {
"ios": "9.0"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.1"
},
"swift_version": "4.1",
"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"
]
}
]
}