Skip to content

Commit

Permalink
[version] 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jcp.air committed Oct 17, 2022
1 parent 923b8ca commit c45e882
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions AnnotationInject.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "AnnotationInject"
s.version = "0.6.1"
s.version = "0.6.2"
s.source = { :git => "https://github.com/pjechris/AnnotationInject.git",
:tag => s.version.to_s }

Expand All @@ -10,11 +10,11 @@ Pod::Spec.new do |s|
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = 'pjechris'

s.ios.deployment_target = "8.0"
s.ios.deployment_target = "11.0"
s.swift_versions = ['4.2', '5.0','5.1', '5.2', '5.3', '5.4' ,'5.5', '5.6', '5.7']
s.preserve_paths = 'Sources', 'Scripts', 'Templates'
s.prepare_command = './Scripts/generate-annotation-template'

s.dependency 'Sourcery', '>= 1.0.0'
s.dependency 'Sourcery', '>= 1.8.0'
s.dependency 'Swinject'
end

0 comments on commit c45e882

Please sign in to comment.