blob: 120b0bb2e1534f13a06beee309cdc29791656967 [file] [log] [blame]
{
"name": "GoogleAPISwiftClient",
"version": "0.1.1",
"summary": "A Google API Client for Cocoa and Cocoa Touch in 2015",
"description": "A lot of us probably use at least one of Google's public data APIs, and those of us using Cocoa and Cocoa Touch are directed to the open-source [Google APIs Objective-C Client](https://code.google.com/p/google-api-objectivec-client/) for implementation help.\nIt was good for what it was in 2011, but that was before Swift, modern Objective-C, CocoaPods, and even Automatic Reference Counting! Some things in life age well; that library is not one of them. And Google hasn't helped by basically ignoring their client library in these ways.\nThat's why I decided I would try something new. Something that would actually utilize current technologies. Something that would be actually nice for devs to use.\nI couldn't find what I was looking for, so I decided to build it myself.\nIn its current state this library is very bare-bones, but I'm excited for what this library could become!",
"homepage": "https://github.com/mattwyskiel/GoogleAPISwiftClient",
"license": "Apache License, Version 2.0",
"authors": {
"Matthew Wyskiel": "mwyskiel@optonline.net"
},
"social_media_url": "https://twitter.com/mattwyskiel",
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source": {
"git": "https://github.com/mattwyskiel/GoogleAPISwiftClient.git",
"tag": "0.1.1"
},
"frameworks": "Foundation",
"requires_arc": true,
"dependencies": {
"Alamofire": [
"~> 1.3"
],
"ObjectMapper": [
"~> 0.15"
]
},
"module_name": "GoogleAPIs",
"default_subspecs": "Common",
"subspecs": [
{
"name": "Common",
"source_files": "GoogleClient/*.{swift}"
},
{
"name": "Discovery",
"source_files": "GoogleClient/Discovery/*.{swift}",
"dependencies": {
"GoogleAPISwiftClient/Common": [
]
}
}
]
}