We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ea03bf commit 3a082dcCopy full SHA for 3a082dc
VideoSplash.podspec
@@ -9,7 +9,7 @@
9
10
Pod::Spec.new do |s|
11
s.name = "VideoSplash"
12
- s.version = "1.0.0"
+ s.version = "1.0.1"
13
s.summary = "Video based UIViewController"
14
s.homepage = "https://github.com/toygard/VideoSplash"
15
s.license = 'MIT'
@@ -18,5 +18,5 @@ Pod::Spec.new do |s|
18
s.source = { :git => "https://github.com/toygard/VideoSplash.git", :tag => s.version.to_s }
19
s.platform = :ios, '8.0'
20
s.requires_arc = true
21
- s.source_files = 'VideoSplash/VideoCutter.swift','VideoSplash/VideoSplashViewController.swift'
+ s.source_files = {'VideoSplash/VideoCutter.swift','VideoSplash/VideoSplashViewController.swift'}
22
end
0 commit comments