[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 9 / 7 / 1 / SwiftDatePicker / 0.2.0 / SwiftDatePicker.podspec.json
blob19e502a5d0dcbf6c042dcb1245872f7e52ef1163
2   "name": "SwiftDatePicker",
3   "version": "0.2.0",
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": "0.2.0"
16   },
17   "platforms": {
18     "ios": "11.0"
19   },
20   "source_files": "Sources/**/*",
21   "dependencies": {
22     "SnapKit": [
24     ],
25     "SwiftShow/Presentation": [
27     ]
28   },
29   "swift_versions": [
30     "4.2",
31     "5.0",
32     "5.1",
33     "5.2"
34   ],
35   "requires_arc": true,
36   "subspecs": [
37     {
38       "name": "Tools",
39       "source_files": "Sources/SwiftDatePicker/Tools/**/*"
40     },
41     {
42       "name": "UIKit",
43       "dependencies": {
44         "SwiftDatePicker/Tools": [
46         ]
47       },
48       "source_files": "Sources/SwiftDatePicker/UIKit/**/*"
49     },
50     {
51       "name": "Custom",
52       "dependencies": {
53         "SwiftDate": [
55         ],
56         "SwiftDatePicker/Tools": [
58         ]
59       },
60       "source_files": "Sources/SwiftDatePicker/Custom/**/*"
61     }
62   ],
63   "swift_version": "5.2"