blob: f00100cca396075a7a09ab91286e7d483a577934 [file] [log] [blame]
{
"name": "DHExpand",
"version": "1.0.2",
"platforms": {
"ios": "8.0"
},
"summary": "一些常用的代码,UIAlertController封装、时间戳格式化、app更新提示、按钮获取验证码的倒计时",
"homepage": "https://github.com/duanHuing/DHExpand",
"license": "MIT",
"authors": {
"duan": "duanbhu@163.com"
},
"source": {
"git": "https://github.com/duanHuing/DHExpand.git",
"tag": "1.0.2"
},
"requires_arc": true,
"default_subspecs": "Common",
"subspecs": [
{
"name": "Common",
"source_files": "Classes/Common/**/*.{h,m}"
},
{
"name": "DisplayTime",
"source_files": "Classes/DisplayTime/**/*.{h,m}"
},
{
"name": "VerificationCode",
"source_files": "Classes/VerificationCode/**/*.{h,m}"
},
{
"name": "UpdateApp",
"source_files": "Classes/UpdateApp/**/*.{h,m}",
"dependencies": {
"DHExpand/Common": [
]
}
}
]
}