diff --git a/.gitignore b/.gitignore
index a1a4cb5..a1d1005 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,3 @@
-HardcoreData.xcodeproj/xcuserdata
-HardcoreDataDemo/HardcoreDataDemo.xcodeproj/xcuserdata
-HardcoreDataDemo/HardcoreDataDemo.xcodeproj/project.xcworkspace/xcuserdata
+CoreStoreDemo/CoreStoreDemo.xcodeproj/project.xcworkspace/xcuserdata
+CoreStore.xcodeproj/project.xcworkspace/xcuserdata
+CoreStore.xcodeproj/xcuserdata
diff --git a/CoreStore.xcodeproj/project.xcworkspace/xcuserdata/johnestropia.xcuserdatad/WorkspaceSettings.xcsettings b/CoreStore.xcodeproj/project.xcworkspace/xcuserdata/johnestropia.xcuserdatad/WorkspaceSettings.xcsettings
deleted file mode 100644
index 659c876..0000000
--- a/CoreStore.xcodeproj/project.xcworkspace/xcuserdata/johnestropia.xcuserdatad/WorkspaceSettings.xcsettings
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
- HasAskedToTakeAutomaticSnapshotBeforeSignificantChanges
-
- SnapshotAutomaticallyBeforeSignificantChanges
-
-
-
diff --git a/CoreStore.xcodeproj/xcuserdata/johnestropia.xcuserdatad/xcschemes/CoreStore.xcscheme b/CoreStore.xcodeproj/xcshareddata/xcschemes/CoreStore.xcscheme
similarity index 100%
rename from CoreStore.xcodeproj/xcuserdata/johnestropia.xcuserdatad/xcschemes/CoreStore.xcscheme
rename to CoreStore.xcodeproj/xcshareddata/xcschemes/CoreStore.xcscheme
diff --git a/CoreStore.xcodeproj/xcuserdata/johnestropia.xcuserdatad/xcschemes/xcschememanagement.plist b/CoreStore.xcodeproj/xcuserdata/johnestropia.xcuserdatad/xcschemes/xcschememanagement.plist
deleted file mode 100644
index 081023b..0000000
--- a/CoreStore.xcodeproj/xcuserdata/johnestropia.xcuserdatad/xcschemes/xcschememanagement.plist
+++ /dev/null
@@ -1,27 +0,0 @@
-
-
-
-
- SchemeUserState
-
- CoreStore.xcscheme
-
- orderHint
- 0
-
-
- SuppressBuildableAutocreation
-
- 2F03A52F19C5C6DA005002A5
-
- primary
-
-
- 2F03A53A19C5C6DA005002A5
-
- primary
-
-
-
-
-
diff --git a/CoreStoreDemo/CoreStoreDemo.xcodeproj/xcuserdata/johnestropia.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist b/CoreStoreDemo/CoreStoreDemo.xcodeproj/xcuserdata/johnestropia.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist
deleted file mode 100644
index 89f4bf2..0000000
--- a/CoreStoreDemo/CoreStoreDemo.xcodeproj/xcuserdata/johnestropia.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist
+++ /dev/null
@@ -1,39 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/CoreStoreDemo/CoreStoreDemo.xcodeproj/xcuserdata/johnestropia.xcuserdatad/xcschemes/xcschememanagement.plist b/CoreStoreDemo/CoreStoreDemo.xcodeproj/xcuserdata/johnestropia.xcuserdatad/xcschemes/xcschememanagement.plist
deleted file mode 100644
index 3ee8606..0000000
--- a/CoreStoreDemo/CoreStoreDemo.xcodeproj/xcuserdata/johnestropia.xcuserdatad/xcschemes/xcschememanagement.plist
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
- SchemeUserState
-
- CoreStoreDemo.xcscheme
-
- orderHint
- 0
-
-
- SuppressBuildableAutocreation
-
- B54AAD481AF4D26E00848AE0
-
- primary
-
-
-
-
-
diff --git a/README.md b/README.md
index d4c4e40..73e933c 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,7 @@
[](http://cocoadocs.org/docsets/CoreStore)
[](http://cocoadocs.org/docsets/CoreStore)
[](https://raw.githubusercontent.com/JohnEstropia/CoreStore/master/LICENSE)
+[](https://github.com/Carthage/Carthage)
Unleashing the real power of Core Data with the elegance and safety of Swift
(Swift, iOS 8+)
@@ -821,6 +822,11 @@ pod 'CoreStore'
```
This installs CoreStore as a framework. Declare `import CoreStore` in your swift file to use the library.
+### Install with Carthage
+```
+github "JohnEstropia/CoreStore" >= 0.2.0
+```
+
### Install as Git Submodule
```
git submodule add https://github.com/JohnEstropia/CoreStore.git