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 e70d999 commit 6b27ec3Copy full SHA for 6b27ec3
VideoSplash.podspec
@@ -9,14 +9,14 @@
9
10
Pod::Spec.new do |s|
11
s.name = "VideoSplash"
12
- s.version = "1.0.4"
+ s.version = "1.0.5"
13
s.summary = "Video based UIViewController"
14
s.homepage = "https://github.com/toygard/VideoSplash"
15
s.license = 'MIT'
16
s.author = { "Toygar Dündaralp" => "[email protected]" }
17
s.social_media_url = 'https://twitter.com/ToygarDndaralp'
18
s.source = { :git => "https://github.com/toygard/VideoSplash.git", :tag => s.version.to_s }
19
- s.platform = :ios, '8.0'
+ s.platform = :ios, '7.0'
20
s.requires_arc = true
21
s.source_files = 'VideoSplash/Source/*.swift'
22
end
0 commit comments