File tree Expand file tree Collapse file tree 5 files changed +10
-4
lines changed
Expand file tree Collapse file tree 5 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
66---
77
8+ ## [ 2.1.4] ( https://github.com/Digipolitan/dependency-injector/releases/tag/v2.1.4 )
9+
10+ update readme
11+
12+ ---
13+
814## [ 2.1.3] ( https://github.com/Digipolitan/dependency-injector/releases/tag/v2.1.3 )
915
1016add swift version 4
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22s . name = "DependencyInjector"
3- s . version = "2.1.3 "
3+ s . version = "2.1.4 "
44s . summary = "Dependency injector made in pure swift"
55s . homepage = "https://github.com/Digipolitan/dependency-injector"
66s . license = { :type => "BSD" , :file => "LICENSE" }
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ $ brew install carthage
3939To integrate DependencyInjector into your Xcode project using Carthage, specify it in your ` Cartfile ` :
4040
4141```
42- github 'Digipolitan/DependencyInjector ' ~> 2.0
42+ github 'Digipolitan/dependency-injector ' ~> 2.0
4343```
4444
4545Run ` carthage update ` to build the framework and drag the built ` DependencyInjector.framework ` into your Xcode project.
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >FMWK </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >2.1.3 </string >
18+ <string >2.1.4 </string >
1919 <key >CFBundleVersion </key >
2020 <string >1 </string >
2121 <key >NSPrincipalClass </key >
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >BNDL </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >2.1.3 </string >
18+ <string >2.1.4 </string >
1919 <key >CFBundleVersion </key >
2020 <string >1 </string >
2121</dict >
You can’t perform that action at this time.
0 commit comments