Uh oh!
There was an error while loading. Please reload this page.
This repository was archived by the owner on Oct 28, 2024. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathLinkedInKit.podspec
More file actions
Latest commit
21 lines (18 loc) · 2.07 KB
/
Copy pathLinkedInKit.podspec
File metadata and controls
21 lines (18 loc) · 2.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Pod::Spec.newdo |s|
s.name='LinkedInKit'
s.version='1.2.1'
s.summary='LinkedInKit - Framework for LinkedIn authentication'
s.description=<<-DESC
LinkedInKit is a framework for LinkedIn authentication both through the LinkedIn app or with the Browser OAuth 2 authentication. It is built as a simple wrapper for linkedIn-sdk & linkedIn REST API written in Swift. Based on https://github.com/tonyli508/LinkedinSwift
DESC
s.homepage='https://github.com/WebFactoryMk/linkedInkit'
s.license={:type=>'MIT',:file=>'LICENSE'}
s.author={'Mariana'=>'mariana.ristovska@webfactory.mk','Gordan'=>'gordan.cvetkovski@webfactory.mk'}
s.source={:git=>'https://github.com/WebFactoryMk/linkedInkit.git',:tag=>s.version.to_s}
s.requires_arc=true
s.ios.deployment_target='8.0'
s.vendored_frameworks='linkedin-sdk.framework'
s.source_files='LinkedInKit/Classes/**/*','linkedin-sdk.framework/Headers/LISDKAccessToken.h','linkedin-sdk.framework/Headers/LISDKAPIError.h','linkedin-sdk.framework/Headers/LISDKAPIHelper.h','linkedin-sdk.framework/Headers/LISDKAPIResponse.h','linkedin-sdk.framework/Headers/LISDKCallbackHandler.h','linkedin-sdk.framework/Headers/LISDKDeeplinkHelper.h','linkedin-sdk.framework/Headers/LISDKErrorCode.h','linkedin-sdk.framework/Headers/LISDKPermission.h','linkedin-sdk.framework/Headers/LISDKSession.h','linkedin-sdk.framework/Headers/LISDKSessionManager.h'
s.public_header_files='linkedin-sdk.framework/Headers/LISDKAccessToken.h','linkedin-sdk.framework/Headers/LISDKAPIError.h','linkedin-sdk.framework/Headers/LISDKAPIHelper.h','linkedin-sdk.framework/Headers/LISDKAPIResponse.h','linkedin-sdk.framework/Headers/LISDKCallbackHandler.h','linkedin-sdk.framework/Headers/LISDKDeeplinkHelper.h','linkedin-sdk.framework/Headers/LISDKErrorCode.h','linkedin-sdk.framework/Headers/LISDKPermission.h','linkedin-sdk.framework/Headers/LISDKSession.h','linkedin-sdk.framework/Headers/LISDKSessionManager.h'
s.dependency'Alamofire'
end