[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / 2 / a / BPCalendar / 1.0.0 / BPCalendar.podspec.json
blobcc83100abcd2ae38f68891ae0c58dc66281602f9
2   "name": "BPCalendar",
3   "version": "1.0.0",
4   "summary": "A set of views and controllers for displaying and scheduling events on iOS",
5   "description": "Displaying the calendar from your device\nNote: This is a fork from `https://github.com/jumartin/Calendar.git` with fixes since we couldn't create PR with fixes",
6   "homepage": "https://github.com/nvzsolutions/Calendar",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Julien Martin": "julienmartin@hotmail.com",
13     "Nico van Zijl": "nico@blueprint-software.nl",
14     "Rutger Nijhuis": "rutger@blueprint-software.nl"
15   },
16   "source": {
17     "git": "https://github.com/nvzsolutions/Calendar.git",
18     "tag": "1.0.0"
19   },
20   "platforms": {
21     "ios": "8.0"
22   },
23   "source_files": "BPCalendar/Classes/**/*",
24   "resource_bundles": {
25     "BPCalendar": [
26       "BPCalendar/Assets/*.lproj"
27     ]
28   },
29   "frameworks": [
30     "EventKit",
31     "EventKitUI",
32     "UIKit",
33     "Foundation",
34     "CoreGraphics"
35   ],
36   "dependencies": {
37     "OSCache": [
38       "~> 1.2"
39     ],
40     "OrderedDictionary": [
41       "~> 1.2"
42     ]
43   }