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