[Add] MainPush 1.0.4
[CocoaPods.git] / Specs / 5 / e / 3 / PodoCalendar / 0.2.6 / PodoCalendar.podspec.json
blob6a0cbca89e7f21baca971193ad9185acd46de474
2   "name": "PodoCalendar",
3   "version": "0.2.6",
4   "summary": "Podo group style calendar.",
5   "description": "A simple way to implement podo style calendar",
6   "homepage": "https://github.com/podoDEV/PodoCalendar",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Kim Heebeom": "heebuma@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/podoDEV/PodoCalendar.git",
16     "tag": "0.2.6"
17   },
18   "social_media_url": "http://happytiger.co.kr",
19   "platforms": {
20     "ios": "10.0"
21   },
22   "swift_version": "4.2",
23   "requires_arc": true,
24   "source_files": "PodoCalendar/Classes/**/*",
25   "frameworks": "UIKit",
26   "dependencies": {
27     "SwiftDate": [
28       "~> 5.0.9"
29     ]
30   }