Skip to content

Commit

Permalink
Release 0.3.2
Browse files Browse the repository at this point in the history
* Added tap functionality in contribution graph (thanks @mythodeia)
* Fixed a deprecation warning
  • Loading branch information
xhacker committed Sep 14, 2015
1 parent 9138495 commit cd3e419
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TEAChart.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "TEAChart"
s.version = "0.3.1"
s.version = "0.3.2"
s.summary = "Simple and intuitive iOS chart library. Contribution graph, clock chart, and bar chart."
s.homepage = "https://github.com/xhacker/TEAChart"
s.social_media_url = "https://twitter.com/xhacker"
Expand All @@ -9,7 +9,7 @@ Pod::Spec.new do |s|
s.author = { "Xhacker Liu" => "liu.dongyuan@gmail.com" }

s.platform = :ios, '6.0'
s.source = { :git => "https://github.com/xhacker/TEAChart.git", :tag => "0.3.1" }
s.source = { :git => "https://github.com/xhacker/TEAChart.git", :tag => "0.3.2" }
s.source_files = 'TEAChart', 'TEAChart/**/*.{h,m}'
s.requires_arc = true
end

0 comments on commit cd3e419

Please sign in to comment.