diff --git a/JTAlertView.podspec b/JTAlertView.podspec index ab6e76b..847fc7e 100644 --- a/JTAlertView.podspec +++ b/JTAlertView.podspec @@ -1,20 +1,20 @@ Pod::Spec.new do |s| s.name = "JTAlertView" - s.version = "1.0.2" + s.version = "1.0.3" s.summary = "JTAlertView is the new **wonderful dialog/HUD/alert** kind of View." s.description = <<-DESC **JTAlertView** is the new **wonderful dialog/HUD/alert** kind of View. It was also designed to cover user’s needs during **customization**. Created with **delightful combination** of image, parallax and pop effects, **JTAlertView** improves your user experience. DESC - s.homepage = "https://github.com/kubatru/JTAlertView" - s.screenshots = "https://raw.githubusercontent.com/kubatru/JTAlertView/master/Screens/alertView.png" + s.homepage = "https://github.com/kubatruhlar/JTAlertView" + s.screenshots = "https://raw.githubusercontent.com/kubatruhlar/JTAlertView/master/Screens/alertView.png" s.license = { :type => "MIT", :file => "LICENSE.md" } s.author = "Jakub Truhlar" s.social_media_url = "http://kubatruhlar.cz" s.platform = :ios, "7.0" - s.source = { :git => "https://github.com/kubatru/JTAlertView.git", :tag => "1.0.2" } + s.source = { :git => "https://github.com/kubatruhlar/JTAlertView.git", :tag => "1.0.3" } s.source_files = "JTAlertView/*" s.framework = "UIKit" s.requires_arc = true diff --git a/README.md b/README.md index 4a8caf7..bd8ccc5 100755 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ **JTAlertView** is the new **wonderful dialog/HUD/alert** kind of View. It was also designed to cover user’s needs during **customization**. Created with **delightful combination** of image, parallax and pop effects, **JTAlertView** improves your user experience.

- Example + Example

## Installation @@ -24,8 +24,8 @@ You may also quick try the example project with > **Works in both - Portrait and Landscape modes**

- Parallax       - Example + Parallax       + Example

## Usage and Customization