[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / d / f / 7 / CalendarLib / 1.0 / CalendarLib.podspec.json
bloba4f4451e9d8a7a44252dac5d6ecaa43714eca605
2   "name": "CalendarLib",
3   "version": "1.0",
4   "summary": "A set of views and controllers for displaying and scheduling events on iOS",
5   "homepage": "https://github.com/jumartin/Calendar",
6   "license": "MIT",
7   "authors": {
8     "Julien Martin": "julienmartin@hotmail.com"
9   },
10   "platforms": {
11     "ios": "7.0"
12   },
13   "source": {
14     "git": "https://github.com/jumartin/Calendar.git",
15     "tag": "1.0"
16   },
17   "screenshots": [
18     "https://raw.githubusercontent.com/jumartin/Calendar/master/CalendarDocs/DayPlannerView.jpg",
19     "https://raw.githubusercontent.com/jumartin/Calendar/master/CalendarDocs/MonthPlannerView.jpg",
20     "https://raw.githubusercontent.com/jumartin/Calendar/master/CalendarDocs/YearView.jpg"
21   ],
22   "source_files": "CalendarLib/*.{h,m}",
23   "resource_bundles": {
24     "CalendarLib": [
25       "CalendarLib/*.lproj"
26     ]
27   },
28   "frameworks": [
29     "EventKit",
30     "EventKitUI",
31     "UIKit",
32     "Foundation",
33     "CoreGraphics"
34   ],
35   "dependencies": {
36     "OSCache": [
37       "~> 1.2"
38     ],
39     "OrderedDictionary": [
40       "~> 1.2"
41     ]
42   }