diff --git a/CHANGELOG.md b/CHANGELOG.md
index 906450a..fe8afcb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,11 @@
All notable changes to this project will be documented in this file.
+## Version 0.3.3
+**2021-10-27**
+
+- Add support to Carthage and CocoaPods
+
## Version 0.2.3
**2021-10-27**
diff --git a/MagicImages.podspec b/MagicImages.podspec
index fc6b0de..89b423b 100644
--- a/MagicImages.podspec
+++ b/MagicImages.podspec
@@ -6,7 +6,7 @@
Pod::Spec.new do |s|
s.name = 'MagicImages'
- s.version = '0.2.3'
+ s.version = '0.3.3'
s.summary = 'Magic Image is a library to facilitate the development of the image in various ways.'
s.homepage = 'https://github.com/heroesofcode/MagicImages'
s.license = { :type => 'MIT', :file => 'LICENSE' }
diff --git a/README.md b/README.md
index 1086ef9..ef1cec4 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,7 @@
[![codecov](https://codecov.io/gh/heroesofcode/MagicImages/branch/main/graph/badge.svg?token=LVIQ3H0PTH)](https://codecov.io/gh/heroesofcode/MagicImages)
[![Tag](https://img.shields.io/github/v/tag/heroesofcode/MagicImages?logo=github)](https://github.com/heroesofcode/MagicImages/releases)
[![Swift Version](https://img.shields.io/badge/Swift-5.0.x-orange.svg)]()
+[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
[![SPM compatible](https://img.shields.io/badge/SPM-compatible-brightgreen)](https://swift.org/package-manager)
[![License](https://img.shields.io/github/license/joaolfp/ViewState.svg)](https://github.com/joaolfp/DataLife/blob/master/LICENSE)
@@ -150,6 +151,32 @@ import MagicImages
```
+
+ CocoaPods
+
+```swift
+import MagicImages
+```
+
+```ruby
+target '' do
+ pod 'MagicImages'
+end
+```
+
+```bash
+$ pod install
+```
+
+
+
+ Carthage
+
+```bash
+github "heroesofcode/MagicImages"
+```
+
+
## Author
Coded by [João Lucas](https://github.com/joaolfp)