Add swift-version

This commit is contained in:
Reda Lemeden 2016-10-07 22:59:40 +02:00
parent 4fcfa6e14b
commit 193e8219fb
2 changed files with 3 additions and 2 deletions

1
.swift-version Normal file
View File

@ -0,0 +1 @@
3.0

View File

@ -7,8 +7,8 @@ Pod::Spec.new do |s|
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Reda Lemeden" => "git@kaishin.haz.email" }
s.source = { :git => "https://github.com/kaishin/Gifu.git", :tag => "v#{s.version}", :submodules => true }
s.platform = :ios, "8.0"
s.platform = :ios, "9.0"
s.ios.source_files = "Source/**/*.{h,swift}"
s.requires_arc = true
s.ios.deployment_target = "8.0"
s.ios.deployment_target = "9.0"
end