-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Moving project to kleinlieu. Adding a CHANGELOG
- Loading branch information
Showing
2 changed files
with
12 additions
and
3 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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# CHANGELOG | ||
|
||
## V1.0 ## | ||
|
||
- First release ... yay! | ||
|
||
## V1.0.1 ## | ||
|
||
- Moving repository from Constant Contact to kleinlieu |
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 |
---|---|---|
|
@@ -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 | ||
|
@@ -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" | ||
|
||
|
||
|
@@ -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 ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― # | ||
|