Latest | 1.0.126 |
---|---|
Homepage | https://code.google.com/p/gtm-oauth2/ |
License | Apache License, Version 2.0 Copyright (c) 2010 Google Inc.
Licensed under the Apache License, Version 2.0 (the “License”); http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software |
Platforms | ios 5.0, osx 10.7 |
Dependencies | gtm-http-fetcher |
Frameworks | Security, SystemConfiguration |
Latest podspec
{ "name": "gtm-oauth2", "version": "1.0.126", "authors": "Google", "license": { "type": "Apache License, Version 2.0", "text": " Copyright (c) 2010 Google Inc.nn Licensed under the Apache License, Version 2.0 (the "License");n you may not use this file except in compliance with the License.n You may obtain a copy of the License atnn http://www.apache.org/licenses/LICENSE-2.0nn Unless required by applicable law or agreed to in writing, softwaren distributed under the License is distributed on an "AS IS" BASIS,n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.n See the License for the specific language governing permissions andn limitations under the License.n" }, "homepage": "https://code.google.com/p/gtm-oauth2/", "source": { "svn": "http://gtm-oauth2.googlecode.com/svn/trunk/", "revision": "126" }, "summary": "Google Toolbox for Mac - OAuth 2 Controllers", "description": " The Google Toolbox for Mac OAuth 2 Controllers make it easy for Cocoan applications to sign in to services using OAuth 2 for authenticationn and authorization.nn This version can be used with iOS u2265 5.0 or OS X u2265 10.7.n To target earlier versions of iOS or OS X, usenn pod 'gtm-oauth2', '~> 1.0.125'n n podspec version based on source SVN revisionn", "platforms": { "ios": "5.0", "osx": "10.7" }, "dependencies": { "gtm-http-fetcher": [ "~> 1.0.141" ] }, "requires_arc": false, "frameworks": [ "Security", "SystemConfiguration" ], "source_files": "Source/*.{h,m}", "osx": { "source_files": "Source/Mac/*.{h,m}", "resources": "Source/Mac/*.xib" }, "ios": { "source_files": "Source/Touch/*.{h,m}", "resources": "Source/Touch/*.xib" } }
Wed, 02 Mar 2016 08:39:02 +0000