Skip to content

Commit 6039142

Browse files
committed
Updated podspec file
1 parent 6dafdf8 commit 6039142

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.DS_Store

0 Bytes
Binary file not shown.

VideoSplash.podspec

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,16 @@
99

1010
Pod::Spec.new do |s|
1111
s.name = "VideoSplash"
12-
s.version = "1.0.8"
12+
s.version = "1.0.9"
1313
s.summary = "Video based UIViewController"
1414
s.homepage = "https://github.com/toygar/VideoSplash"
1515
s.license = 'MIT'
1616
s.author = { "Toygar Dündaralp" => "[email protected]" }
1717
s.social_media_url = 'https://twitter.com/ToygarDndaralp'
1818
s.source = { :git => "https://github.com/toygar/VideoSplash.git", :tag => s.version.to_s }
19-
s.platform = :ios, '8.0'
19+
s.platforms = { :ios => "8.0", :tvos => "9.0" }
20+
s.ios.deployment_target = '8.0'
21+
s.tvos.deployment_target = '9.0'
2022
s.requires_arc = true
2123
s.source_files = 'VideoSplash/Source/*.swift'
2224
end

0 commit comments

Comments
 (0)