blob: 4ed5d6ea8062e407521535f00cfe87da4b60ab7c [file] [log] [blame]
{
"name": "JHShow",
"version": "1.3.0",
"summary": "轻松展示Toast以及loading,添加普通弹窗以及模态方式弹窗.",
"description": "图文Toast、Loading.添加普通弹窗以及模态方式弹窗.",
"homepage": "https://github.com/jackiehu/",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"HU": "814030966@qq.com"
},
"source": {
"git": "https://github.com/jackiehu/JHShow.git",
"tag": "1.3.0"
},
"platforms": {
"ios": "9.0"
},
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"dependencies": {
"Masonry": [
],
"JHButton": [
],
"JHMediator": [
]
},
"public_header_files": "JHShow/JHShow/Class/*.h",
"source_files": "JHShow/JHShow/Class/*.{h,m}",
"subspecs": [
{
"name": "View",
"dependencies": {
"JHShow/Config": [
]
},
"source_files": "JHShow/JHShow/Class/View/**/*",
"public_header_files": "JHShow/JHShow/Class/View/*.{h}"
},
{
"name": "Config",
"source_files": "JHShow/JHShow/Class/Config/**/*",
"public_header_files": "JHShow/JHShow/Class/Config/*.{h}"
},
{
"name": "VC",
"source_files": "JHShow/JHShow/Class/VC/**/*",
"public_header_files": "JHShow/JHShow/Class/VC/*.{h}"
}
]
}