Skip to content

Commit

Permalink
[version] 0.6.1 for cocoapods
Browse files Browse the repository at this point in the history
  • Loading branch information
pjechris committed Oct 8, 2021
1 parent 56bef9b commit 736636c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions AnnotationInject.podspec
@@ -1,20 +1,20 @@
Pod::Spec.new do |s|
s.name = "AnnotationInject"
s.version = "0.5.1"
s.source = { :git => "https://github.com/akane/AnnotationInject.git",
s.version = "0.6.1"
s.source = { :git => "https://github.com/pjechris/AnnotationInject.git",
:tag => s.version.to_s }

s.summary = "Swift dependency injection with annotations."
s.description = "Makes your code safer by using annotations to manage your dependencies. Built with Sourcercy and Swinject."
s.homepage = s.source[:git]
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = 'pjechris', 'akane'
s.author = 'pjechris'

s.ios.deployment_target = "8.0"
s.swift_version = "4.2"
s.preserve_paths = 'Sources', 'Scripts', 'Templates'
s.prepare_command = './Scripts/generate-annotation-template'

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

0 comments on commit 736636c

Please sign in to comment.