Skip to content

Commit

Permalink
Updated Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nofelmahmood committed Jun 21, 2015
1 parent 9dfc78a commit d4efe5a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 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
end

0 comments on commit d4efe5a

Please sign in to comment.