Skip to content

Commit

Permalink
Merge pull request #180 from cashapp/skorulis/bump-1.0.3
Browse files Browse the repository at this point in the history
Bump to version 1.0.3 and set the swift version
  • Loading branch information
skorulis-ap authored Jul 23, 2024
2 parents 5bea9de + ef0219f commit fd64b0a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Knit.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Knit'
s.version = '1.0.2'
s.version = '1.0.3'
s.summary = 'A tool for adding safety features to Swinject'
s.description = 'Knit parses Swinject code and generates Swift files for type safety and unit testing.'
s.homepage = 'https://github.com/cashapp/knit'
Expand All @@ -12,6 +12,7 @@ Pod::Spec.new do |s|
s.source_files = 'Sources/Knit/**/*.swift'
s.preserve_paths = '*'
s.ios.deployment_target = '15.0'
s.swift_versions = '5.9'
s.dependency 'Swinject', '~> 2.9.1'
s.dependency 'SwinjectAutoregistration', '~> 2.9.1'
end

0 comments on commit fd64b0a

Please sign in to comment.