Skip to content

Commit

Permalink
[podspec] Add swift_version.
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslanskorb committed Apr 4, 2019
1 parent 7aa736f commit f63a6b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions RSKCollectionViewRetractableFirstItemLayout.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Pod::Spec.new do |s|
s.authors = { 'Ruslan Skorb' => '[email protected]' }
s.source = { :git => 'https://github.com/ruslanskorb/RSKCollectionViewRetractableFirstItemLayout.git', :tag => s.version.to_s }
s.platform = :ios, '8.0'
s.swift_version = '5.0'
s.source_files = 'RSKCollectionViewRetractableFirstItemLayout/*.{swift}'
s.framework = 'UIKit'
s.requires_arc = true
Expand Down

0 comments on commit f63a6b9

Please sign in to comment.