blob: 550a380b47cb4a57d478c0acfbc7213eea096e9a [file] [log] [blame]
{
"name": "JPSafeView",
"version": "1.0.0",
"summary": "简易版本可供使用",
"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.0"
},
"public_header_files": [
"JPSafeView/JPSafeView.h",
"JPSafeView/*.h"
],
"source_files": [
"JPSafeView/JPSafeView.h",
"JPSafeView/*.{h,m}"
],
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"dependencies": {
"Masonry": [
]
}
}