[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / e / 4 / b / KRNCalendar / 0.0.3 / KRNCalendar.podspec.json
blobc14e7b0b49941dcccb49f36db79d163d2ae536d2
2   "name": "KRNCalendar",
3   "version": "0.0.3",
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.3"
14   },
15   "platforms": {
16     "ios": "9.1"
17   },
18   "swift_version": "4.2",
19   "requires_arc": true,
20   "source_files": "KRNCalendar/KRNCalendar/**/*.swift",
21   "frameworks": "UIKit",
22   "resources": [
23     "KRNCalendar/KRNCalendar/CalendarViewCell.xib",
24     "KRNCalendar/KRNCalendar/CalendarReusableView.xib"
25   ]