Skip to content

Commit 3a082dc

Browse files
committed
Update VideoSplash.podspec
1 parent 8ea03bf commit 3a082dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

VideoSplash.podspec

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

1010
Pod::Spec.new do |s|
1111
s.name = "VideoSplash"
12-
s.version = "1.0.0"
12+
s.version = "1.0.1"
1313
s.summary = "Video based UIViewController"
1414
s.homepage = "https://github.com/toygard/VideoSplash"
1515
s.license = 'MIT'
@@ -18,5 +18,5 @@ Pod::Spec.new do |s|
1818
s.source = { :git => "https://github.com/toygard/VideoSplash.git", :tag => s.version.to_s }
1919
s.platform = :ios, '8.0'
2020
s.requires_arc = true
21-
s.source_files = 'VideoSplash/VideoCutter.swift','VideoSplash/VideoSplashViewController.swift'
21+
s.source_files = {'VideoSplash/VideoCutter.swift','VideoSplash/VideoSplashViewController.swift'}
2222
end

0 commit comments

Comments
 (0)