forked from mojilala/YoutubeSourceParserKit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathYoutubeSourceParserKit.podspec
More file actions
23 lines (22 loc) · 912 Bytes
/
YoutubeSourceParserKit.podspec
File metadata and controls
23 lines (22 loc) · 912 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#
# Be sure to run `pod lib lint youtube-parser.podspec' to ensure this is a
# valid spec and remove all comments before submitting the spec.
#
# Any lines starting with a # are optional, but encouraged
#
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html
#
Pod::Spec.new do |s|
s.name = "YoutubeSourceParserKit"
s.version = "0.2.4"
s.summary = "YouTube Video Link Parser for Swift"
s.homepage = "https://github.com/movielala/YoutubeSourceParserKit"
s.license = "MIT"
s.author = { "Movielala" => "[email protected]" }
s.source = { :git => "https://github.com/movielala/YoutubeSourceParserKit.git", :tag => s.version.to_s }
s.ios.deployment_target = '8.0'
s.tvos.deployment_target = '9.0'
s.requires_arc = true
s.source_files = "YoutubeSourceParserKit/*.swift"
s.frameworks = "UIKit"
end