Skip to content

Commit

Permalink
Add swift version to podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
ra1028 committed Aug 30, 2018
1 parent a853d11 commit 6f2d7d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Sapporo.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ Pod::Spec.new do |s|
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Le Van Nghia" => "nghialv2607@gmail.com" }
s.social_media_url = "https://twitter.com/nghialv2607"


s.swift_version = '4.1'
s.platform = :ios
s.ios.deployment_target = "9.0"
s.source = { :git => "https://github.com/nghialv/Sapporo.git", :tag => s.version.to_s }
Expand Down

0 comments on commit 6f2d7d5

Please sign in to comment.