[Add] TapTapCoreSDK 4.5.1
[CocoaPods.git] / Specs / 5 / e / 3 / PodoCalendar / 0.2.3 / PodoCalendar.podspec.json
blob5b6e913a4116ee1c94bda323429ab26bb550e4e3
2   "name": "PodoCalendar",
3   "version": "0.2.3",
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.3"
17   },
18   "social_media_url": "http://happytiger.co.kr",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "swift_version": "4.0",
23   "requires_arc": true,
24   "source_files": "PodoCalendar/PodoCalendar/Classes/**/*",
25   "frameworks": "UIKit",
26   "dependencies": {
27     "SwiftDate": [
28       "~> 5.0.9"
29     ]
30   }