Skip to content

Commit

Permalink
Specify swift version in podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
zepojo committed Sep 25, 2018
1 parent 43eb7c4 commit b1a3631
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions UPCarouselFlowLayout.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Pod::Spec.new do |s|
s.source = { :git => 'https://github.com/ink-spot/UPCarouselFlowLayout.git', :tag => s.version.to_s }

s.ios.deployment_target = '8.1'
s.swift_version = '4.2'

s.source_files = 'UPCarouselFlowLayout/**/*.{h,swift}'

Expand Down

0 comments on commit b1a3631

Please sign in to comment.