diff --git a/README.md b/README.md index bf5821b..a07e34e 100644 --- a/README.md +++ b/README.md @@ -15,15 +15,24 @@ Unlike many other DI libraries, SwiftPod ensures you won’t ever run into a run ## Installation -You can add SwiftPod to your project using Swift Package Manager. -Add this package as a dependency in your Package.swift: +### Swift Package Manager (SPM) -```swift +Add SwiftPod as a dependency in your Package.swift: + +``` dependencies: [ .package(url: "https://github.com/robert-northmind/SwiftPod", from: "1.0.0") ] ``` +### CocoaPods + +Integrate SwiftPod into your Xcode project by specifying it in your Podfile: + +``` +pod 'SwiftPod-CocoaPods' +``` + ## Quick Example In some made up business logic called `DataService.swift`: