blob: be6715392597022aeb7837f259548acd1939ea4a [file] [log] [blame]
{
"name": "HRAlertView",
"version": "1.0.1",
"summary": "A customer AlertView",
"homepage": "https://github.com/luhuaren/HRAlertView",
"license": {
"type": "TbagLicense",
"file": "LICENSE"
},
"authors": {
"tbag": "tbag@163.com"
},
"source": {
"git": "https://github.com/luhuaren/HRAlertView.git",
"tag": "1.0.1"
},
"frameworks": [
"Foundation",
"UIKit"
],
"exclude_files": [
"**/*.md",
"**/LICENSE"
],
"source_files": "HRAlertView/{HRAlertView.h,HRAlertView.m}",
"requires_arc": true,
"static_framework": true,
"platforms": {
"ios": "8.0"
},
"dependencies": {
"Masonry": [
"~> 1.1.0"
]
}
}