At the moment it is not possible to use SwinjectStoryboard and SwinjectPropertyLoader in one project through CocoaPods, because the projects depend on a different version of Swinject.
Is this project still maintained and could this be easily fixed?
As a reference, the CocoaPods error:
[!] CocoaPods could not find compatible versions for pod "Swinject":
In snapshot (Podfile.lock):
Swinject (= 2.5.0, ~> 2.4)
In Podfile:
Swinject (= 2.5.0)
SwinjectPropertyLoader (= 1.0.0) was resolved to 1.0.0, which depends on
Swinject (~> 2.0.0)
Specs satisfying the `Swinject (= 2.5.0), Swinject (= 2.5.0, > 2.4), Swinject (> 2.0.0)` dependency were found, but they required a higher minimum deployment target.