diff --git a/Cartfile b/Cartfile new file mode 100644 index 0000000..c6d6b47 --- /dev/null +++ b/Cartfile @@ -0,0 +1,2 @@ +github "contentful/contentful.swift" ~> 5.5.7 +github "Alamofire/AlamofireImage" ~> 4.2.0 diff --git a/README.md b/README.md index 961dbdb..02fee4e 100644 --- a/README.md +++ b/README.md @@ -21,8 +21,6 @@ pod 'ContentfulRichTextRenderer' You can also use [Carthage](https://github.com/Carthage/Carthage) for integration by adding the following to your `Cartfile`: ``` -github "contentful/contentful.swift" -github "Alamofire/AlamofireImage" github "contentful/rich-text-renderer.swift" ```