-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #28 from ovenbits/feature/hsoi-housekeeping
Updating email addresses and other things.
- Loading branch information
Showing
3 changed files
with
10 additions
and
12 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
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,6 +1,6 @@ | ||
Pod::Spec.new do |s| | ||
s.name = "Alexandria" | ||
s.version = "1.2.0" | ||
s.version = "1.3.0" | ||
s.summary = "Oven Bits' library of useful iOS Swift extensions." | ||
s.description = <<-DESC | ||
The Oven Bits open source library, Alexandria, is one of the new Wonders of the iOS World. | ||
|
@@ -34,13 +34,13 @@ Pod::Spec.new do |s| | |
} | ||
s.author = { | ||
"John Daub" => "[email protected]", | ||
"Jonathan Landon" => "jonathan.landon@ovenbits.com", | ||
"Ben Kreeger" => "ben.kreeger@ovenbits.com", | ||
"Chris Voss" => "chris.voss@ovenbits.com", | ||
"Steven Schobert" => "steven.schobert@ovenbits.com", | ||
"Jayson Lane" => "jayson.lane@ovenbits.com", | ||
"Jonathan Landon" => "jlandon@me.com", | ||
"Ben Kreeger" => "ben.kreeger@icloud.com", | ||
"Chris Voss" => "chrisvoss@gmail.com", | ||
"Steven Schobert" => "spschobert@gmail.com", | ||
"Jayson Lane" => "jaysonlane@gmail.com", | ||
"Claire Knight" => "[email protected]", | ||
"Alex Corcoran" => "alex.corcoran@ovenbits.com" | ||
"Alex Corcoran" => "alex.p.corcoran@gmail.com" | ||
} | ||
s.social_media_url = 'https://twitter.com/ovenbitsmobile' | ||
s.platform = :ios, "8.0" | ||
|
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