Skip to content

Commit cd3e419

Browse files
committed
Release 0.3.2
* Added tap functionality in contribution graph (thanks @mythodeia) * Fixed a deprecation warning
1 parent 9138495 commit cd3e419

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

TEAChart.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "TEAChart"
3-
s.version = "0.3.1"
3+
s.version = "0.3.2"
44
s.summary = "Simple and intuitive iOS chart library. Contribution graph, clock chart, and bar chart."
55
s.homepage = "https://github.com/xhacker/TEAChart"
66
s.social_media_url = "https://twitter.com/xhacker"
@@ -9,7 +9,7 @@ Pod::Spec.new do |s|
99
s.author = { "Xhacker Liu" => "[email protected]" }
1010

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

0 commit comments

Comments
 (0)