blob: f58f6d6d88fe68b0c23a888ed8ee8d4004927ea1 [file] [log] [blame]
{
"name": "JPSafeView",
"version": "1.0.1",
"summary": "修复顶部视图在非X屏幕上遮挡状态栏bug",
"description": "JPSafeView是一款针对iphoneX适配整合的一套控制器顶部/底部视图",
"homepage": "https://gitee.com/chaoqianzoubutingxie/JPSafeView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Carpenter": "158287481@qq.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://gitee.com/chaoqianzoubutingxie/JPSafeView.git",
"tag": "1.0.1"
},
"public_header_files": [
"JPSafeView/JPSafeView.h",
"JPSafeView/*.h"
],
"source_files": [
"JPSafeView/JPSafeView.h",
"JPSafeView/*.{h,m}"
],
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"dependencies": {
"Masonry": [
]
}
}