blob: f63d367f3daecf3431ada85f62bf577bd1984f42 [file] [log] [blame]
{
"name": "HHZAlert",
"version": "0.0.2",
"summary": "Alert",
"description": "陈哲是个好孩子-Alert",
"homepage": "https://github.com/chenzhe555/HHZAlert",
"license": {
"type": "MIT",
"file": "FILE_LICENSE"
},
"authors": {
"chenzhe555": "376811578@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/chenzhe555/HHZAlert.git",
"tag": "0.0.2"
},
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"HHZUtils": [
"~> 0.0.2"
],
"HHZCategory": [
"~> 0.0.2"
],
"HHZConfigs": [
"~> 0.0.1"
],
"HHZBaseClass": [
"~> 0.0.1"
]
},
"subspecs": [
{
"name": "HHZAlert",
"subspecs": [
{
"name": "alert",
"source_files": "HHZAlert/alert/*.{h,m}"
}
]
}
]
}