Skip to content

Commit

Permalink
Updated podspec to 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro committed Dec 27, 2014
1 parent fded462 commit 315406f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions SugarRecord.podspec
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Pod::Spec.new do |s|
s.name = 'SugarRecord'
s.version = '1.0.3'
s.platform = :ios, '7.0'
s.version = '1.0.4'
s.platform = :ios, '8.0'
s.license = 'MIT'
s.summary = 'CoreData management library implemented with the sugar Swift language'
s.homepage = 'https://github.com/SugarRecord/SugarRecord'
s.author = { 'Pedro Piñera' => '[email protected]' }
s.social_media_url = "https://twitter.com/pepibumur"
s.source = { :git => 'https://github.com/SugarRecord/SugarRecord.git', :tag => '1.0.3', :submodules => false }
s.source = { :git => 'https://github.com/SugarRecord/SugarRecord.git', :tag => '1.0.4', :submodules => false }
s.description = "Thanks to SugarRecord you'll be able to use a clean syntax to fetch, filter, create, update CoreData objects in an easy way. Inspired by MagicalRecord and opened to new contributions."
s.requires_arc = true
s.documentation_url = "https://github.com/SugarRecord/SugarRecord/wiki"
Expand Down

0 comments on commit 315406f

Please sign in to comment.