From a3865083544313801702fb4ee072ae7564c3fbfe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andre=CC=81=20Lind?= Date: Wed, 13 Aug 2014 14:14:19 +0200 Subject: [PATCH] Updated podspec --- Breeze.podspec | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Breeze.podspec b/Breeze.podspec index 1c24489..f78d224 100644 --- a/Breeze.podspec +++ b/Breeze.podspec @@ -3,11 +3,10 @@ Pod::Spec.new do |s| # ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― # s.name = "Breeze" s.version = "0.0.1" - s.summary = "A short description of Breeze." + s.summary = "Breeze is a lightweight CoreData manager written in Swift!" s.description = <<-DESC - Breeze is a lightweight CoreData-manager written in Swift! - It's taking a lot of cues from both [MagicalRecord](https://github.com/magicalpanda/MagicalRecord) and [Nimble](https://github.com/MarcoSero/Nimble) + Breeze takes a lot of cues from both [MagicalRecord](https://github.com/magicalpanda/MagicalRecord) and [Nimble](https://github.com/MarcoSero/Nimble) * Lightweight and simple to use * 1 row of code to find first/any object in database