-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathGrabIdPartnerSDK.podspec
More file actions
executable file
·24 lines (21 loc) · 1.05 KB
/
GrabIdPartnerSDK.podspec
File metadata and controls
executable file
·24 lines (21 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#
# Be sure to run `pod lib lint GrabIdPartnerSDK.podspec' to ensure this is a
# valid spec before submitting.
#
# Any lines starting with a # are optional, but their use is encouraged
# To learn more about a Podspec see https://guides.cocoapods.org/syntax/podspec.html
#
# Copyright (c) 2018 GrabTaxi Pte Ltd.
Pod::Spec.new do |s|
s.name = 'GrabIdPartnerSDK'
s.version = '2.0.0'
s.summary = 'GrabIdPartner SDK for OAuth2.0 support.'
s.description = 'The GrabIdPartner SDK allows users to sign in with their Grab account from third-party apps.'
s.homepage = 'https://github.com/grab/grabplatform-sdk-ios'
s.swift_version = '4.0'
s.license = { :type => 'Copyright', :text => 'Copyright (c) 2018 GrabTaxi Pte Ltd.', :file => 'LICENSE' }
s.author = { 'GrabTaxi Pte Ltd.' => 'http://grab.com' }
s.source = { :git => 'https://github.com/grab/grabplatform-sdk-ios.git', :tag => s.version.to_s }
s.ios.deployment_target = '9.0'
s.source_files = 'GrabIdPartnerSDK/Classes/**/*'
end