blob: f5dceb9cd1c82d8e912380c2b8247d58511d4c8d [file] [log] [blame]
{
"name": "JHAlertController",
"version": "0.1.5",
"summary": "封装系统UIAlertController,链式编程,一行代码弹窗.",
"description": "链式编程,一行代码弹窗.",
"homepage": "https://github.com/jackiehu/",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"HU": "814030966@qq.com"
},
"source": {
"git": "https://github.com/jackiehu/JHAlertController.git",
"tag": "0.1.5"
},
"platforms": {
"ios": "9.0"
},
"source_files": "JHAlertController/JHAlertController/Class/**/*.{h,m}",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true
}