blob: 05401cf590dbc0ae83e99dafe9268a119c08c811 [file] [log] [blame]
{
"name": "CalendarWrapper",
"version": "0.3.6",
"summary": "Simple wrapper around the Google AppAuth and calendar API.",
"description": "Simplifying the Google AppAuth process and calendar api implementation. Please check the example app for more details.",
"homepage": "https://github.com/dterzic/calendar-wrapper",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Dusan Terzic": "dterzic@gmail.com"
},
"source": {
"git": "https://github.com/dterzic/calendar-wrapper.git",
"tag": "0.3.6"
},
"platforms": {
"ios": "9.0"
},
"source_files": "CalendarWrapper/Classes/**/*",
"public_header_files": "CalendarWrapper/**/*.h",
"frameworks": [
"UIKit",
"Foundation",
"CoreGraphics"
],
"static_framework": true,
"dependencies": {
"AppAuth": [
],
"GTMAppAuth": [
],
"GTMSessionFetcher": [
],
"GoogleAPIClientForREST/Calendar": [
"~> 1.3"
]
}
}