blob: ab731b3a9b59ae74b180c9402d42bca99ff9e677 [file] [log] [blame]
{
"name": "GPhotos",
"version": "0.2.0",
"summary": "A wrapper around the Google Photos API for iOS.",
"description": "I wanted to consume the Google Photos API in Swift but at the time of writing there is no framework\nthat does it in a simple way.\nSo why not share my own take?\nThis project will gradually implement all endpoints.",
"homepage": "https://github.com/deivitaka/GPhotos.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Deivi Taka": "deivitaka@gmail.com"
},
"social_media_url": "https://www.linkedin.com/in/deivitaka/",
"source": {
"git": "https://github.com/deivitaka/GPhotos.git",
"tag": "0.2.0"
},
"source_files": "GPhotos/**/*",
"swift_versions": "5.0",
"platforms": {
"ios": "8.0"
},
"dependencies": {
"GTMAppAuth": [
"~> 1.0.0"
],
"AppAuth": [
"~> 1.0"
],
"Moya": [
"~> 13.0"
],
"ObjectMapper": [
"~> 3.4"
]
},
"swift_version": "5.0"
}