[Add] AlibabacloudEas20210701 6.4.0
[CocoaPods.git] / Specs / 9 / 7 / 1 / SwiftDatePicker / 1.0.8 / SwiftDatePicker.podspec.json
blobc31ceca604e82c6115e454de125f2080b00e544d
2   "name": "SwiftDatePicker",
3   "version": "1.0.8",
4   "summary": "A short description of SwiftDatePicker.",
5   "homepage": "https://github.com/jackiehu/SwiftDatePicker",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "jackiehu": "jackie"
12   },
13   "source": {
14     "git": "https://github.com/jackiehu/SwiftDatePicker.git",
15     "tag": "1.0.8"
16   },
17   "platforms": {
18     "ios": "11.0"
19   },
20   "dependencies": {
21     "SnapKit": [
23     ],
24     "SwiftShow/Presentation": [
26     ]
27   },
28   "swift_versions": [
29     "4.2",
30     "5.0",
31     "5.1",
32     "5.2"
33   ],
34   "requires_arc": true,
35   "subspecs": [
36     {
37       "name": "Tools",
38       "source_files": "Sources/SwiftDatePicker/Tools/**/*"
39     },
40     {
41       "name": "UIKit",
42       "dependencies": {
43         "SwiftDatePicker/Tools": [
45         ]
46       },
47       "source_files": "Sources/SwiftDatePicker/UIKit/**/*"
48     },
49     {
50       "name": "Custom",
51       "dependencies": {
52         "SwiftDate": [
54         ],
55         "SwiftDatePicker/Tools": [
57         ]
58       },
59       "source_files": "Sources/SwiftDatePicker/Custom/**/*"
60     }
61   ],
62   "swift_version": "5.2"