From d4efe5adca122d3345bc5b34e2c9b0b9c7708570 Mon Sep 17 00:00:00 2001 From: Nofel Mahmood Date: Mon, 22 Jun 2015 02:22:50 +0500 Subject: [PATCH] Updated Readme --- CKSIncrementalStore.podspec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CKSIncrementalStore.podspec b/CKSIncrementalStore.podspec index 54cf8c5..77d3a24 100644 --- a/CKSIncrementalStore.podspec +++ b/CKSIncrementalStore.podspec @@ -1,17 +1,17 @@ Pod::Spec.new do |s| s.name = 'CKSIncrementalStore' - s.version = '0.1' + s.version = '0.5' s.license = 'MIT' s.homepage = 'https://github.com/CloudKitSpace/CKSIncrementalStore' s.summary = "CloudKit spreading awesomeness through CoreData." s.authors = { 'Nofel Mahmood' => 'nofelmehmood@gmail.com' } s.social_media_url = "https://twitter.com/NofelMahmood" - s.source = { :git => 'https://github.com/CloudKitSpace/CKSIncrementalStore.git', :tag => '0.1' } + s.source = { :git => 'https://github.com/CloudKitSpace/CKSIncrementalStore.git', :tag => '0.5' } s.source_files = 'CKSIncrementalStore.swift' s.ios.deployment_target = '8.0' s.osx.deployment_target = '10.10' s.framework = 'CoreData' s.framework = 'CloudKit' -end \ No newline at end of file +end