blob: 86de7003bebe3b3514f1684c3e1eedf02517eb1d [file] [log] [blame]
{
"name": "GoogleAPISwiftClient",
"version": "0.3.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 developers to use.\nI couldn't find what I was looking for, so I decided to build it myself.\nThis library is still in its early stages, 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",
"watchos": "2.0"
},
"source": {
"git": "https://github.com/mattwyskiel/GoogleAPISwiftClient.git",
"tag": "0.3.1"
},
"frameworks": "Foundation",
"requires_arc": true,
"dependencies": {
"Alamofire": [
"~> 3.1.0"
],
"ObjectMapper": [
"~> 1.0.0"
]
},
"module_name": "GoogleAPIs",
"default_subspecs": "Common",
"subspecs": [
{
"name": "Common",
"source_files": "GoogleClient/*.{swift}"
},
{
"name": "Discovery",
"source_files": "GoogleClient/Discovery/*.{swift}",
"dependencies": {
"GoogleAPISwiftClient/Common": [
]
}
},
{
"name": "Blogger",
"source_files": "GoogleClient/Blogger/*.{swift}",
"dependencies": {
"GoogleAPISwiftClient/Common": [
]
}
}
]
}