From 6453e8c45eb884e0f35d4e9762f5f3f85dbfc34d Mon Sep 17 00:00:00 2001 From: Bell App Lab Date: Tue, 11 Aug 2015 09:23:38 +0100 Subject: [PATCH] Changing Pods description --- RealmCloudKit.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RealmCloudKit.podspec b/RealmCloudKit.podspec index 5072bae..c0ded93 100644 --- a/RealmCloudKit.podspec +++ b/RealmCloudKit.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "RealmCloudKit" s.version = "0.1.0" - s.summary = "A short description of RealmCloudKit." + s.summary = "A Swift library built on top of Realm to sync data using CloudKit." s.homepage = "https://github.com/BellAppLab/RealmCloudKit" s.license = 'MIT' s.author = { "Bell App Lab" => "apps@bellapplab.com" }