[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 7 / 3 / d / LinkedInKit / 1.0.0 / LinkedInKit.podspec.json
blobf3fdbfc7f012a8577b299214b14f497d75e0254c
2   "name": "LinkedInKit",
3   "version": "1.0.0",
4   "summary": "LinkedInKit - Framework for LinkedIn authentication",
5   "description": "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",
6   "homepage": "https://github.com/WebFactoryMk/linkedInkit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Mariana": "mariana.ristovska@webfactory.mk",
13     "Gordan": "gordan.cvetkovski@webfactory.mk"
14   },
15   "source": {
16     "git": "https://github.com/WebFactoryMk/linkedInkit.git",
17     "tag": "1.0.0"
18   },
19   "requires_arc": true,
20   "platforms": {
21     "ios": "8.0"
22   },
23   "vendored_frameworks": "linkedin-sdk.framework",
24   "source_files": [
25     "LinkedInKit/Classes/**/*",
26     "linkedin-sdk.framework/Headers/LISDKAccessToken.h",
27     "linkedin-sdk.framework/Headers/LISDKAPIError.h",
28     "linkedin-sdk.framework/Headers/LISDKAPIHelper.h",
29     "linkedin-sdk.framework/Headers/LISDKAPIResponse.h",
30     "linkedin-sdk.framework/Headers/LISDKCallbackHandler.h",
31     "linkedin-sdk.framework/Headers/LISDKDeeplinkHelper.h",
32     "linkedin-sdk.framework/Headers/LISDKErrorCode.h",
33     "linkedin-sdk.framework/Headers/LISDKPermission.h",
34     "linkedin-sdk.framework/Headers/LISDKSession.h",
35     "linkedin-sdk.framework/Headers/LISDKSessionManager.h"
36   ],
37   "public_header_files": [
38     "linkedin-sdk.framework/Headers/LISDKAccessToken.h",
39     "linkedin-sdk.framework/Headers/LISDKAPIError.h",
40     "linkedin-sdk.framework/Headers/LISDKAPIHelper.h",
41     "linkedin-sdk.framework/Headers/LISDKAPIResponse.h",
42     "linkedin-sdk.framework/Headers/LISDKCallbackHandler.h",
43     "linkedin-sdk.framework/Headers/LISDKDeeplinkHelper.h",
44     "linkedin-sdk.framework/Headers/LISDKErrorCode.h",
45     "linkedin-sdk.framework/Headers/LISDKPermission.h",
46     "linkedin-sdk.framework/Headers/LISDKSession.h",
47     "linkedin-sdk.framework/Headers/LISDKSessionManager.h"
48   ],
49   "dependencies": {
50     "Alamofire": [
52     ]
53   },
54   "pushed_with_swift_version": "3.0"