From a75a03a6c0f10bf67f3dc0ddb784bdf9f6c0ff5e Mon Sep 17 00:00:00 2001 From: Denys Telezhkin Date: Mon, 27 Apr 2015 15:40:13 +0300 Subject: [PATCH] Add carthage compatibility badge and instructions --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 093c4f63..e2b120a2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ ![Build Status](https://travis-ci.org/DenHeadless/DTModelStorage.png?branch=master)   ![CocoaPod platform](https://cocoapod-badges.herokuapp.com/p/DTModelStorage/badge.png)   ![CocoaPod version](https://cocoapod-badges.herokuapp.com/v/DTModelStorage/badge.png)   +[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage) ![License MIT](https://go-shields.herokuapp.com/license-MIT-blue.png) DTModelStorage ============== @@ -140,6 +141,10 @@ Only DTCoreDataStorage: Only DTMemoryStorage: pod 'DTModelStorage/MemoryStorage', '~> 1.2.0' + +Using Carthage + + github "DenHeadless/DTModelStorage" Requirements ============