blob: bc9088c92156ef1d28b9e79f066e1f623e746b96 [file] [log] [blame]
{
"name": "CKAlertView",
"version": "0.5.0",
"summary": "Custom Mutil Styles Alert View.",
"description": "Use simple code to display defined multi styles alert view.You can use String or NSAttributeString for text. Detail refer to README.md.",
"homepage": "https://github.com/kaich/CKAlertView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"kaich": "chengkai1853@163.com"
},
"source": {
"git": "https://github.com/kaich/CKAlertView.git",
"tag": "0.5.0"
},
"platforms": {
"ios": "8.0"
},
"default_subspecs": "Core",
"frameworks": "AudioToolbox",
"dependencies": {
"SnapKit": [
]
},
"requires_arc": true,
"subspecs": [
{
"name": "Core",
"source_files": "CKAlertView/Classes/Core/**/*",
"resource_bundles": {
"CKAlertView": [
"CKAlertView/Assets/*.png"
]
}
},
{
"name": "Extension",
"dependencies": {
"CKAlertView/Core": [
],
"DACircularProgress": [
],
"NVActivityIndicatorView": [
]
},
"source_files": "CKAlertView/Classes/Extension/*"
}
]
}