Skip to content

Commit

Permalink
Update CalendarKit.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
richardtop committed Mar 20, 2023
1 parent c9dfa1f commit ced37ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CalendarKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ Pod::Spec.new do |s|
s.author = { "Richard Topchii" => "richardtop@users.noreply.github.com" }
s.source = { :git => "https://github.com/richardtop/CalendarKit.git", :tag => s.version.to_s }
s.social_media_url = 'https://github.com/richardtop'
s.platform = :ios, '10.0'
s.swift_version = '5.3'
s.platform = :ios, '11.0'
s.swift_version = '5.7'
s.requires_arc = true
s.source_files = 'Sources/**/*.swift'
s.ios.resource_bundle = { 'CalendarKit' => ['Sources/Localizations/*.lproj'] }
Expand Down

0 comments on commit ced37ab

Please sign in to comment.