Skip to content

Commit

Permalink
Bump podspec, add myself as an author
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyarnold committed Jun 1, 2015
1 parent ce92a54 commit 85942b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MagicalRecord.podspec
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Pod::Spec.new do |s|
s.name = 'MagicalRecord'
s.version = '2.3.0-beta.6'
s.version = '2.3.0'
s.license = 'MIT'
s.summary = 'Super Awesome Easy Fetching for Core Data 1!!!11!!!!1!.'
s.homepage = 'http://github.com/magicalpanda/MagicalRecord'
s.author = { 'Saul Mora' => '[email protected]' }
s.author = { 'Saul Mora' => '[email protected]', 'Tony Arnold' => '[email protected]' }
s.source = { :git => 'https://github.com/magicalpanda/MagicalRecord.git', :tag => "v#{s.version}" }
s.description = 'Handy fetching, threading and data import helpers to make Core Data a little easier to use.'
s.requires_arc = true
Expand Down

0 comments on commit 85942b4

Please sign in to comment.