-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump podspec, add myself as an author
- Loading branch information
1 parent
ce92a54
commit 85942b4
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|