[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 8 / 6 / 7 / JKCalendar / 1.0.1 / JKCalendar.podspec.json
blobb3331353967ddc029d7f3548ca9c082d6f101fc4
2   "name": "JKCalendar",
3   "version": "1.0.1",
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.1"
19   },
20   "source_files": "Sources/*.{swift,h}",
21   "resources": "Sources/*.{xcassets,xib}",
22   "requires_arc": true,
23   "dependencies": {
24     "JKInfinitePageView": [
25       "~> 1.0.0"
26     ]
27   }