Skip to content

Commit

Permalink
[Add] GTM-OAuth2
Browse files Browse the repository at this point in the history
  • Loading branch information
jinthagerman committed Oct 16, 2012
1 parent a6c3bf2 commit 1ab20ba
Showing 1 changed file with 51 additions and 0 deletions.
51 changes: 51 additions & 0 deletions gtm-oauth2/0.0.1/gtm-oauth2.podspec
@@ -0,0 +1,51 @@
Pod::Spec.new do |s|

s.name = "gtm-oauth2"
s.version = "0.0.1"
s.summary = "Google Toolbox for Mac - OAuth 2 Controllers."
s.homepage = "http://code.google.com/p/gtm-oauth2"
s.author = "Google Inc."
s.source = { :svn => 'http://gtm-oauth2.googlecode.com/svn/trunk/' }

s.frameworks = 'Security', 'SystemConfiguration'

s.osx.deployment_target = '10.5'
s.osx.source_files =
'HTTPFetcher/GTMHTTPFetcher.{h,m}',
'HTTPFetcher/GTMHTTPFetchHistory.{h,m}',
'Source/GTMOAuth2Authentication.{h,m}',
'Source/GTMOAuth2SignIn.{h,m}',
'Source/Mac/GTMOAuth2WindowController.{h,m}'

s.ios.deployment_target = '3.0'
s.ios.source_files =
'HTTPFetcher/GTMHTTPFetcher.{h,m}',
'Source/GTMOAuth2Authentication.{h,m}',
'Source/GTMOAuth2SignIn.{h,m}',
'Source/Touch/GTMOAuth2ViewControllerTouch.{h,m}'

s.subspec 'nibs' do |nibs|
nibs.osx.resources = 'Source/Mac/GTMOAuth2Window.xib'
nibs.ios.resources = 'Source/Touch/GTMOAuth2ViewTouch.xib'
end

s.license = {
:type => 'Apache License 2.0',
:text => <<-LICENSE
Copyright (c) 2010 Google Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
LICENSE
}

end

0 comments on commit 1ab20ba

Please sign in to comment.