forked from CongLeSolutionX/YoutubeLinkExtractor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathYoutubeLinkExtractor.podspec
24 lines (18 loc) · 1.02 KB
/
YoutubeLinkExtractor.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Pod::Spec.new do |spec|
spec.name = "YoutubeLinkExtractor"
spec.version = "1.0.0"
spec.summary = "This framework can directly extract Youtube video link."
spec.description = "YoutubeLinkExtractor will return a link that can play Youtube videos with optimized settings for video and audio."
spec.homepage = "https://www.CongLeSolutionX.tech"
spec.license = "MIT"
spec.author = { "CongLeSolutionX" => "[email protected]" }
spec.social_media_url = "https://www.facebook.com/CongLeProgrammer"
spec.social_media_url = "https://www.instagram.com/conglesolutionx"
spec.social_media_url = "https://twitter.com/cong_le"
spec.social_media_url = "https://www.linkedin.com/in/conglesolutionx/"
spec.platform = :ios, "10.0"
spec.source = { :git => "https://github.com/CongLeSolutionX/YoutubeLinkExtractor.git", :tag => "1.0.0" }
spec.source_files = 'YoutubeLinkExtractor/**/*'
spec.framework = 'YoutubeDirectLinkExtractor'
spec.swift_version = "5.0"
end