Skip to content

Commit

Permalink
Prepare Podspec for submission.
Browse files Browse the repository at this point in the history
  • Loading branch information
alldritt committed May 27, 2019
1 parent f1d1e2f commit b2a4987
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ColorPickerRow.podspec
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
Pod::Spec.new do |s|
s.name = 'ColorPickerRow'
s.version = '1.3.1'
s.version = '1.3.2'
s.license = 'MIT'
s.summary = 'A color picker row for use with the Eureka form library'
s.homepage = 'https://github.com/EurekaCommunity/ColorPickerRow'
s.source = { :git => 'https://github.com/EurekaCommunity/ColorPickerRow.git' }
s.source = { :git => 'https://github.com/EurekaCommunity/ColorPickerRow.git', :tag => s.version.to_s }
s.ios.deployment_target = '9.3'
s.ios.frameworks = 'UIKit', 'Foundation'
s.source_files = 'ColorPicker/**/*.swift'
s.swift_version = '4.2'
s.swift_version = '5.0'
s.requires_arc = true
s.author = "Mark Alldritt"
s.dependencies = {
'Eureka' => '>= 3.0.0',
'Eureka' => '>= 5.0.0',
'UIColor_Hex_Swift' => '>= 3.0.0'
}
end

0 comments on commit b2a4987

Please sign in to comment.