Skip to content

Commit

Permalink
Updated Swift podspec to use separate tag from ObjC releases
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriy-tolstoguzov committed Nov 9, 2019
1 parent 87cd6ab commit b9e3c2c
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 @@ -16,7 +16,7 @@ It also contains paginator to force user to select single item which will be pre

spec.platform = :ios
spec.ios.deployment_target = "8.0"
spec.source = { :git => 'https://github.com/yuriy-tolstoguzov/ScaledCenterCarousel.git', :tag => "#{spec.version}" }
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 b9e3c2c

Please sign in to comment.