blob: 5cd4678415c6bcf5b3872dbb8985270beba50993 [file] [log] [blame]
{
"name": "CalendarWrapper",
"version": "0.2.4",
"summary": "Simple wrapper around the Google sign-in and calendar API.",
"description": "Simplifying the google sign-in 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.2.4"
},
"platforms": {
"ios": "8.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"
]
}
}