Skip to content

Instantly share code, notes, and snippets.

@gabriel
Created November 24, 2014 23:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gabriel/643ee838063f82ef1bb2 to your computer and use it in GitHub Desktop.
Save gabriel/643ee838063f82ef1bb2 to your computer and use it in GitHub Desktop.
{
"name": "gtm-oauth2",
"version": "0.1.0",
"authors": "Google",
"license": {
"type": "Apache License, Version 2.0",
"text": " Copyright (c) 2010 Google Inc.\n\n 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 at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\n Unless required by applicable law or agreed to in writing, software\n 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 and\n 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 Cocoa\n applications to sign in to services using OAuth 2 for authentication\n and authorization.\n\n This version can be used with iOS ≥ 5.0 or OS X ≥ 10.7.\n To target earlier versions of iOS or OS X, use\n\n pod 'gtm-oauth2', '~> 0.0.1'\n",
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"dependencies": {
"GTMHTTPFetcher": [
]
},
"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"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment