[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 3 / 9 / 8 / JPSafeView / 1.0.1 / JPSafeView.podspec.json
blobf58f6d6d88fe68b0c23a888ed8ee8d4004927ea1
2   "name": "JPSafeView",
3   "version": "1.0.1",
4   "summary": "修复顶部视图在非X屏幕上遮挡状态栏bug",
5   "description": "JPSafeView是一款针对iphoneX适配整合的一套控制器顶部/底部视图",
6   "homepage": "https://gitee.com/chaoqianzoubutingxie/JPSafeView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Carpenter": "158287481@qq.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://gitee.com/chaoqianzoubutingxie/JPSafeView.git",
19     "tag": "1.0.1"
20   },
21   "public_header_files": [
22     "JPSafeView/JPSafeView.h",
23     "JPSafeView/*.h"
24   ],
25   "source_files": [
26     "JPSafeView/JPSafeView.h",
27     "JPSafeView/*.{h,m}"
28   ],
29   "frameworks": [
30     "UIKit",
31     "Foundation"
32   ],
33   "requires_arc": true,
34   "dependencies": {
35     "Masonry": [
37     ]
38   }