[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 8 / 6 / 7 / JKCalendar / 1.0.3 / JKCalendar.podspec.json
blob51a06fd5b0856adf7dc7a8dd0b283f74ad143132
2   "name": "JKCalendar",
3   "version": "1.0.3",
4   "summary": "A calendar view",
5   "homepage": "https://github.com/JoeCiou/JKCalendar",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Joe Ciou": "ex780306@gmail.com"
12   },
13   "platforms": {
14     "ios": "9.0"
15   },
16   "source": {
17     "git": "https://github.com/JoeCiou/JKCalendar.git",
18     "tag": "1.0.3"
19   },
20   "source_files": "Sources/*.{swift,h}",
21   "resources": "Sources/*.{xcassets,xib}",
22   "requires_arc": true,
23   "dependencies": {
24     "JKInfinitePageView": [
25       "~> 1.0.1"
26     ]
27   }