Skip to content

Commit

Permalink
Version Bump: 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AliSoftware committed Oct 31, 2015
1 parent ec177fb commit 7f9c54e
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 15 deletions.
8 changes: 3 additions & 5 deletions Dip.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = "Dip"
s.version = "1.0.1"
s.summary = "A simple Dependency Resolver (Dependency Injection using Protocol resolution)."
s.version = "2.0.0"
s.summary = "A simple Dependency Resolver: Dependency Injection using Protocol resolution."

s.description = <<-DESC
Dip is a Swift framework to manage your Dependencies between your classes
in your app.
in your app using Dependency Injection.
It's aimed to be very simple to use while improving testability
of your app by allowing you to get rid of those sharedInstances and instead
Expand All @@ -15,8 +15,6 @@ Pod::Spec.new do |s|
an instance dynamically in your classes. Then your App and your Tests can be
configured to resolve the protocol using a different instance or class so this
improve testability by decoupling the API and the concrete class used to implement it.
It's not real Dependency Injection _per se_, but it's close.
DESC

s.homepage = "https://github.com/AliSoftware/Dip"
Expand Down
4 changes: 2 additions & 2 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- Dip (1.0.1)
- Dip (2.0.0)

DEPENDENCIES:
- Dip (from `../`)
Expand All @@ -9,6 +9,6 @@ EXTERNAL SOURCES:
:path: ../

SPEC CHECKSUMS:
Dip: 66dafc23bc285b2df13ca493bbd60a5b119df1c4
Dip: ae784a32e584d5c57809b2cdc4fd2f287d075f7a

COCOAPODS: 0.39.0
8 changes: 4 additions & 4 deletions Example/Pods/Local Podspecs/Dip.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Example/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Example/Pods/Target Support Files/Dip/Info.plist

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7f9c54e

Please sign in to comment.