Skip to content

Commit

Permalink
Update .podspec and README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kubatruhlar committed Sep 29, 2016
1 parent 2bc188b commit 6e098c3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions 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
Expand Down
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -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.

<h3 align="center">
<img src="https://github.com/kubatru/JTAlertView/blob/master/Screens/alertView.png" alt="Example" width="600"/>
<img src="https://github.com/kubatruhlar/JTAlertView/blob/master/Screens/alertView.png" alt="Example" width="600"/>
</h3>

## Installation
Expand All @@ -24,8 +24,8 @@ You may also quick try the example project with
> **Works in both - Portrait and Landscape modes**
<h3 align="center">
<img src="https://github.com/kubatru/JTAlertView/blob/master/Screens/parallax.gif" alt="Parallax" width="280"/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<img src="https://github.com/kubatru/JTAlertView/blob/master/Screens/popanimated.gif" alt="Example" width="250"/>
<img src="https://github.com/kubatruhlar/JTAlertView/blob/master/Screens/parallax.gif" alt="Parallax" width="280"/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<img src="https://github.com/kubatruhlar/JTAlertView/blob/master/Screens/popanimated.gif" alt="Example" width="250"/>
</h3>

## Usage and Customization
Expand Down

0 comments on commit 6e098c3

Please sign in to comment.