blob: ed790f5795f1adffb30492386881bf301e1fd719 [file] [log] [blame]
{
"name": "CalendarWrapper",
"version": "0.1.7",
"summary": "Simple wrapper around the Google sign-in and calendar.",
"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.1.7"
},
"platforms": {
"ios": "8.0"
},
"source_files": "CalendarWrapper/Classes/**/*",
"public_header_files": "CalendarWrapper/**/*.h",
"frameworks": [
"UIKit",
"Foundation",
"CoreGraphics"
],
"static_framework": true,
"dependencies": {
"GoogleSignIn": [
"~> 5.0"
],
"GoogleAPIClientForREST/Calendar": [
"~> 1.3"
]
}
}