Skip to content

Commit

Permalink
Added swift version to podspec file
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriy-tolstoguzov committed Nov 9, 2019
1 parent b9e3c2c commit 6357f86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ScaledCenterCarouselSwift.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ It also contains paginator to force user to select single item which will be pre
spec.author = { 'yuriy-tolstoguzov' => '[email protected]' }
spec.social_media_url = 'https://twitter.com/ImOssir'

spec.platform = :ios
spec.ios.deployment_target = "8.0"
spec.swift_version = "5.0"
spec.source = { :git => 'https://github.com/yuriy-tolstoguzov/ScaledCenterCarousel.git', :tag => "#{spec.version}-Swift" }
spec.source_files = 'Swift/ScaledCenterCarousel/Classes/**/*'
spec.frameworks = 'UIKit'
Expand Down

0 comments on commit 6357f86

Please sign in to comment.