[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 5 / 3 / a / Cordate / 1.0.0 / Cordate.podspec.json
blobb45feea131edb053e6b0ea3b10bd14cc968f325e
2   "name": "Cordate",
3   "version": "1.0.0",
4   "license": "MIT",
5   "summary": "Give dates a special place in your ❤️",
6   "description": "Cordate is a small library which makes working with dates much smoother by adding commonly-used extensions, custom UI components, and more.",
7   "authors": "Duet Health",
8   "source": {
9     "git": "https://github.com/DuetHealth/Cordate.git",
10     "tag": "1.0.0"
11   },
12   "homepage": "https://github.com/DuetHealth/Cordate.git",
13   "platforms": {
14     "ios": "9.0"
15   },
16   "requires_arc": true,
17   "default_subspecs": "Core",
18   "swift_version": "4.0",
19   "subspecs": [
20     {
21       "name": "Core",
22       "source_files": "Cordate/Sources/Core/**/*.{h,m,swift}"
23     },
24     {
25       "name": "Rx",
26       "source_files": "Cordate/Sources/**/*.{h,m,swift}",
27       "dependencies": {
28         "RxCocoa": [
30         ],
31         "RxSwift": [
33         ]
34       }
35     }
36   ]