[Add] LogRocket 1.47.1
[CocoaPods.git] / Specs / b / 4 / 7 / CalendarWrapper / 0.5.12 / CalendarWrapper.podspec.json
blobf18195d9f67e58dcd811262a6b2b61afc95f89f5
2   "name": "CalendarWrapper",
3   "version": "0.5.12",
4   "summary": "Simple wrapper around the Google AppAuth and calendar API.",
5   "description": "Simplifying the Google AppAuth process and calendar api implementation. Please check the example app for more details.",
6   "homepage": "https://github.com/dterzic/calendar-wrapper",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Dusan Terzic": "dterzic@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/dterzic/calendar-wrapper.git",
16     "tag": "0.5.12"
17   },
18   "platforms": {
19     "ios": "13.0"
20   },
21   "source_files": "CalendarWrapper/Classes/**/*",
22   "public_header_files": "CalendarWrapper/**/*.h",
23   "frameworks": [
24     "UIKit",
25     "Foundation",
26     "CoreGraphics"
27   ],
28   "static_framework": true,
29   "dependencies": {
30     "AppAuth": [
32     ],
33     "GTMAppAuth": [
35     ],
36     "GTMSessionFetcher": [
38     ],
39     "GoogleAPIClientForREST/Calendar": [
40       "~> 1.3"
41     ]
42   }