[Add] NoctuaSDK 0.6.0
[CocoaPods.git] / Specs / b / 4 / 7 / CalendarWrapper / 0.3.17 / CalendarWrapper.podspec.json
bloba2ce656fd976d10d04506713a64c459c4c7f8f56
2   "name": "CalendarWrapper",
3   "version": "0.3.17",
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.3.17"
17   },
18   "platforms": {
19     "ios": "9.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   }