[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 3 / 9 / 8 / JPSafeView / 1.0.0 / JPSafeView.podspec.json
blob550a380b47cb4a57d478c0acfbc7213eea096e9a
2   "name": "JPSafeView",
3   "version": "1.0.0",
4   "summary": "简易版本可供使用",
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.0"
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   }