Skip to content

Commit

Permalink
Moving project to kleinlieu. Adding a CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
kleinlieu committed Jan 13, 2014
1 parent a96dfdd commit a1f3727
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# CHANGELOG

## V1.0 ##

- First release ... yay!

## V1.0.1 ##

- Moving repository from Constant Contact to kleinlieu
6 changes: 3 additions & 3 deletions CustomUIActionSheet.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |s|
#

s.name = "CustomUIActionSheet"
s.version = "0.1.0"
s.version = "0.1.1"
s.summary = "A custom UIActionSheet that supports an insertion of a UIView as a subview."

s.description = <<-DESC
Expand All @@ -27,7 +27,7 @@ Pod::Spec.new do |s|
Ultimately, what sets this implementation apart from other solutions out on the web is that it uses as much built-in functionality from Apple as much as possible, instead of the approach several other solutions out on the internet took by rolling out code that merely mimics the UIActionSheet's functionality.
DESC

s.homepage = "https://github.com/constantcontact/CustomUIActionSheet"
s.homepage = "https://github.com/kleinlieu/CustomUIActionSheet"
# s.screenshots = "http://i.imgur.com/nN1RoWIl.png", "http://i.imgur.com/Gg7ApqSl.png"


Expand Down Expand Up @@ -74,7 +74,7 @@ Pod::Spec.new do |s|
# Supports git, hg, svn and HTTP.
#

s.source = { :git => "[email protected]:constantcontact/CustomUIActionSheet.git", :tag => "0.1.0" }
s.source = { :git => "[email protected]:kleinlieu/CustomUIActionSheet.git", :tag => "0.1.1" }


# ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
Expand Down

0 comments on commit a1f3727

Please sign in to comment.