[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / b / 4 / 7 / CalendarWrapper / 0.1.0 / CalendarWrapper.podspec.json
blob679facf038af555eee3fd9f5dd8d787ef41e9199
2   "name": "CalendarWrapper",
3   "version": "0.1.0",
4   "summary": "Simple wrapper around the Google sign-in and calendar.",
5   "description": "Simplifying the google sign-in 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.1.0"
17   },
18   "platforms": {
19     "ios": "8.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     "GoogleSignIn": [
32     ],
33     "GoogleAPIClientForREST/Calendar": [
34       "~> 1.3"
35     ]
36   }