Skip to content

Commit

Permalink
Updated podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
shanelk committed Dec 7, 2023
1 parent 820ea1e commit 281751b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions XmlToXibRuntime.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'XmlToXibRuntime'
s.version = '1.0.2'
s.version = '1.0.3'
s.summary = 'A runtime used in conversion of Android resources to iOS resources.'

s.description = <<-DESC
Expand All @@ -16,9 +16,9 @@ Contains equivalents to Android drawables, checkboxes, radio buttons, text styli
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'
s.swift_version = "5.0"

s.ios.deployment_target = '11.0'
s.ios.deployment_target = '12.0'

s.source_files = 'XmlToXibRuntime/XmlToXibRuntime/Classes/**/*'

s.dependency 'M13Checkbox'
s.dependency 'M13Checkbox', '3.4.0-LK'
end

0 comments on commit 281751b

Please sign in to comment.