Skip to content

Commit

Permalink
Update podspec version and platform support
Browse files Browse the repository at this point in the history
  • Loading branch information
Tavernari committed Feb 2, 2023
1 parent d99b5b6 commit e55c3b3
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions DIContainer-swift.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "DIContainer-swift"
s.version = "0.2.0"
s.version = "0.2.1"
s.summary = "Ultra-light dependency injection container framework for Swift"
s.description = "DIContainer is a dependency injection container framework for Swift, to help for handle the dependencies in your system."

Expand All @@ -12,8 +12,6 @@ Pod::Spec.new do |s|
s.swift_version = '5.1'
s.source_files = 'Sources/**/*.{swift,h}'

s.ios.deployment_target = '9.0'
s.osx.deployment_target = '10.10'
s.watchos.deployment_target = '2.0'
s.tvos.deployment_target = '9.0'
s.ios.deployment_target = '11.0'
s.osx.deployment_target = '10.13'
end

0 comments on commit e55c3b3

Please sign in to comment.