Skip to content

Commit

Permalink
Updated podspect to version 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro committed Jan 18, 2015
1 parent d626c56 commit b64ca24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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.6'
s.version = '1.0.7'
s.platform = :ios, '7.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.6', :submodules => false }
s.source = { :git => 'https://github.com/SugarRecord/SugarRecord.git', :tag => '1.0.7', :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 b64ca24

Please sign in to comment.