Skip to content

Commit 74ee7de

Browse files
committed
Add new version and support 7.0
1 parent 6409e6d commit 74ee7de

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

PNChart.podspec

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Pod::Spec.new do |s|
1616
#
1717

1818
s.name = "PNChart"
19-
s.version = "0.8.2"
19+
s.version = "0.8.3"
2020
s.summary = "A simple and beautiful chart lib with animation used in Piner for iOS"
2121

2222
s.description = <<-DESC
@@ -32,7 +32,7 @@ Pod::Spec.new do |s|
3232
3333
## Requirements
3434
35-
PNChart works on iOS 6.0 and later version and is compatible with ARC projects. It depends on the following Apple frameworks, which should already be included with most Xcode templates:
35+
PNChart works on iOS 7.0 and later version and is compatible with ARC projects. It depends on the following Apple frameworks, which should already be included with most Xcode templates:
3636
3737
* Foundation.framework
3838
* UIKit.framework
@@ -77,7 +77,7 @@ Pod::Spec.new do |s|
7777
# the deployment target. You can optionally include the target after the platform.
7878
#
7979

80-
s.platform = :ios, "8.0"
80+
s.platform = :ios, "7.0"
8181

8282
# When using multiple platforms
8383
# s.ios.deployment_target = "5.0"
@@ -90,7 +90,7 @@ Pod::Spec.new do |s|
9090
# Supports git, hg, bzr, svn and HTTP.
9191
#
9292

93-
s.source = { :git => "https://github.com/kevinzhow/PNChart.git", :tag => "0.8.2" }
93+
s.source = { :git => "https://github.com/kevinzhow/PNChart.git", :tag => "0.8.3" }
9494

9595

9696
# ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
@@ -143,6 +143,6 @@ Pod::Spec.new do |s|
143143
s.requires_arc = true
144144

145145
# s.xcconfig = { "HEADER_SEARCH_PATHS" => "$(SDKROOT)/usr/include/libxml2" }
146-
s.dependency 'UICountingLabel', '~> 1.0.0'
146+
s.dependency 'UICountingLabel', '~> 1.2.0'
147147

148148
end

0 commit comments

Comments
 (0)