[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / e / 4 / b / KRNCalendar / 0.0.1 / KRNCalendar.podspec.json
blob81d24127631b729510b355c88f8a3e327d906bd9
2   "name": "KRNCalendar",
3   "version": "0.0.1",
4   "summary": "A Calendar view for iOS",
5   "description": "Features\n1. Shows a calendar within the specified inrterval (startYear - endYear)\n2. Simple dataSource base on dates\n3. Customisable for your needs",
6   "homepage": "https://github.com/kireyin/KRNCalendar",
7   "license": "MIT",
8   "authors": {
9     "Kireyin": "abrispot@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/kireyin/KRNCalendar.git",
13     "tag": "0.0.1"
14   },
15   "platforms": {
16     "ios": "9.1"
17   },
18   "swift_version": "4.2",
19   "requires_arc": true,
20   "source_files": "KRNCalendar/KRNCalendar/*/*",
21   "frameworks": "UIKit",
22   "resources": [
23     "KRNCalendar/KRNCalendar/CalendarViewCell.xib",
24     "KRNCalendar/KRNCalendar/CalendarReusableView.xib"
25   ]