blob: 9e0494821369e930412dd863415aa62dbb2acc42 [file] [log] [blame]
{
"name": "BAAlertController-Swift",
"version": "1.0.2",
"summary": "swift 版本 UIAlertController 的分类,一个 block 搞定系统 alert 和 actionSheet 的 iPhone 和 iPad 版本适配!",
"description": "this is BAAlertController-Swift",
"homepage": "https://github.com/BAHome/BAAlertController-Swift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"boai": "sunboyan@outlook.com"
},
"source": {
"git": "https://github.com/BAHome/BAAlertController-Swift.git",
"tag": "1.0.2"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"resource_bundles": {
"BAAlertController-Swift": [
"BAAlertController-Swift/Resources/Assets.xcassets",
"BAAlertController-Swift/Resources/**/*.{xib,nib,json,plist}"
]
},
"public_header_files": "Pod/Classes/**/*.swift",
"frameworks": [
"UIKit",
"Foundation"
],
"subspecs": [
{
"name": "BAAlertController-Swift",
"source_files": "BAAlertController-Swift/Classes/**/*.{h,m,swift}",
"frameworks": [
"UIKit",
"Foundation"
]
}
]
}