[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 9 / d / 8 / GoogleAPISwiftClient / 0.4.0 / GoogleAPISwiftClient.podspec.json
blob608ed1702c9560d1c094a5e824a880a5152b10d6
2   "name": "GoogleAPISwiftClient",
3   "version": "0.4.0",
4   "summary": "A Google API Client for Cocoa and Cocoa Touch in 2015",
5   "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!",
6   "homepage": "https://github.com/mattwyskiel/GoogleAPISwiftClient",
7   "license": "Apache License, Version 2.0",
8   "authors": {
9     "Matthew Wyskiel": "mwyskiel@optonline.net"
10   },
11   "social_media_url": "https://twitter.com/mattwyskiel",
12   "platforms": {
13     "ios": "8.0",
14     "osx": "10.9",
15     "watchos": "2.0"
16   },
17   "source": {
18     "git": "https://github.com/mattwyskiel/GoogleAPISwiftClient.git",
19     "tag": "0.4.0"
20   },
21   "frameworks": "Foundation",
22   "requires_arc": true,
23   "dependencies": {
24     "Alamofire": [
25       "~> 3.1.0"
26     ],
27     "ObjectMapper": [
28       "~> 1.0.0"
29     ]
30   },
31   "module_name": "GoogleAPIs",
32   "default_subspecs": "Common",
33   "subspecs": [
34     {
35       "name": "Common",
36       "source_files": "GoogleClient/*.{swift}"
37     },
38     {
39       "name": "Discovery",
40       "source_files": "GoogleClient/Discovery/*.{swift}",
41       "dependencies": {
42         "GoogleAPISwiftClient/Common": [
44         ]
45       }
46     },
47     {
48       "name": "Blogger",
49       "source_files": "GoogleClient/Blogger/*.{swift}",
50       "dependencies": {
51         "GoogleAPISwiftClient/Common": [
53         ]
54       }
55     },
56     {
57       "name": "YouTube",
58       "source_files": "GoogleClient/YouTube/*.{swift}",
59       "dependencies": {
60         "GoogleAPISwiftClient/Common": [
62         ]
63       }
64     }
65   ]