[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 5 / 2 / 3 / JYDDatePicker / 1.0.2 / JYDDatePicker.podspec.json
blobc7b3628408368b2b3cb841e020eb4c4319837199
2   "name": "JYDDatePicker",
3   "version": "1.0.2",
4   "summary": "Simple UI encapsulation of UIDatePicker",
5   "description": "优化了DatePiker的结果回调和初始化过程,新增了标题栏,确认按钮和取消按钮.",
6   "homepage": "https://github.com/yuanke550/JYDDatePicker.git",
7   "license": "MIT",
8   "authors": {
9     "袁科": "yuanke550@qq.com"
10   },
11   "platforms": {
12     "ios": "10.0"
13   },
14   "source": {
15     "git": "https://github.com/yuanke550/JYDDatePicker.git",
16     "tag": "1.0.2"
17   },
18   "source_files": [
19     "JYDDatePicker",
20     "JYDDatePicker/**/*.{h,m,swift}"
21   ],
22   "exclude_files": "Classes/Exclude",
23   "public_header_files": "JYDDatePicker/**/*.h",
24   "resources": "JYDDatePicker/**/*.png",
25   "frameworks": [
26     "UIKit",
27     "Foundation"
28   ],
29   "dependencies": {
30     "SnapKit": [
31       "~> 5.0.0"
32     ]
33   },
34   "swift_versions": "5.0",
35   "swift_version": "5.0"