diff --git a/Emojica.xcodeproj/xcshareddata/xcschemes/Emojica.xcscheme b/Emojica.xcodeproj/xcshareddata/xcschemes/Emojica.xcscheme
new file mode 100644
index 0000000..837dbef
--- /dev/null
+++ b/Emojica.xcodeproj/xcshareddata/xcschemes/Emojica.xcscheme
@@ -0,0 +1,77 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Emojica.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/Emojica.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
new file mode 100644
index 0000000..18d9810
--- /dev/null
+++ b/Emojica.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
@@ -0,0 +1,8 @@
+
+
+
+
+ IDEDidComputeMac32BitWarning
+
+
+
diff --git a/README.md b/README.md
index 318e6d3..57f5d85 100644
--- a/README.md
+++ b/README.md
@@ -51,7 +51,7 @@ ready to go.
## Installation
-### CocoaPods
+### [CocoaPods](https://guides.cocoapods.org/using/using-cocoapods.html)
1. Add the pod to your `Podfile`:
@@ -66,6 +66,20 @@ ready to go.
$ cd /Path/To/Your/Project/ && pod install
```
+### [Carthage](https://github.com/Carthage/Carthage)
+
+1. Add this to your `Cartfile`:
+
+```
+github "xoudini/emojica"
+```
+
+2. Navigate into your project directory and install/update:
+
+ ```sh
+ $ cd /Path/To/Your/Project/ && carthage update
+ ```
+
### Manual installation
1. Clone the repository, and drag `Emojica.xcodeproj` into your project