-
Notifications
You must be signed in to change notification settings - Fork 43
/
Copy pathLinkedinSwift.podspec
23 lines (17 loc) · 956 Bytes
/
LinkedinSwift.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Pod::Spec.new do |s|
s.name = "LinkedinSwift"
s.version = "1.8.1"
s.summary = "Linkedin Oauth Helper, depend on Linkedin Native App installed or not, using Linkdin IOS SDK or WKWebView to login"
s.homepage = "https://github.com/tonyli508/LinkedinSwift.git"
s.social_media_url = 'https://twitter.com/tonyli508'
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Li Jiantang" => "[email protected]" }
s.platform = :ios, '9.0'
s.source = { :git => "https://github.com/tonyli508/LinkedinSwift.git", :tag => "#{s.version}" }
s.source_files = 'LinkedinSwift', 'LinkedinSwift/LinkedinSwift/sources/*.*', 'LinkedinSwift/LinkedinSwift/sources/Entities/*.*'
s.preserve_paths = 'linkedin-sdk.framework'
s.vendored_frameworks = 'linkedin-sdk.framework'
s.requires_arc = true
s.dependency 'AFNetworking', '>= 3.5.0'
s.dependency 'IOSLinkedInAPIFix1', '>= 2.0.7'
end