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 c805cbc commit 0251f66
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions JTChartView.podspec
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
Pod::Spec.new do |s|
s.name = "JTChartView"
s.version = "1.0.0"
s.version = "1.0.1"
s.summary = "**JTChartView** is the new **lightweight and fully customizable solution** to **draw a chart**."

s.description = <<-DESC
**JTChartView** is the new **lightweight and fully customizable solution** to **draw a curve** and fill the space underneath it with a **gradient**.
DESC

s.homepage = "https://github.com/kubatru/JTChartView"
s.screenshots = "https://raw.githubusercontent.com/kubatru/JTChartView/master/Screens/example.PNG"
s.homepage = "https://github.com/kubatruhlar/JTChartView"
s.screenshots = "https://raw.githubusercontent.com/kubatruhlar/JTChartView/master/Screens/example.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/JTChartView.git", :tag => "1.0.0" }
s.source = { :git => "https://github.com/kubatruhlar/JTChartView.git", :tag => "1.0.1" }
s.source_files = "JTChartView/*"
s.framework = "UIKit"
s.requires_arc = true
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
**JTChartView** is the new **lightweight and fully customizable solution** to **draw a curve** and fill the space underneath it with a **gradient**. The result is a **beautiful chart**.

<h3 align="center">
<img src="https://github.com/kubatru/JTChartView/blob/master/Screens/chart1.png" alt="Example Chart 1" width="300"/>
<img src="https://github.com/kubatru/JTChartView/blob/master/Screens/chart2.png" alt="Example Chart 2" width="300"/>
<img src="https://github.com/kubatruhlar/JTChartView/blob/master/Screens/chart1.png" alt="Example Chart 1" width="300"/>
<img src="https://github.com/kubatruhlar/JTChartView/blob/master/Screens/chart2.png" alt="Example Chart 2" width="300"/>
</h3>


Expand Down

0 comments on commit 0251f66

Please sign in to comment.