You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: PNChart.podspec
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ Pod::Spec.new do |s|
16
16
#
17
17
18
18
s.name="PNChart"
19
-
s.version="0.8.2"
19
+
s.version="0.8.3"
20
20
s.summary="A simple and beautiful chart lib with animation used in Piner for iOS"
21
21
22
22
s.description=<<-DESC
@@ -32,7 +32,7 @@ Pod::Spec.new do |s|
32
32
33
33
## Requirements
34
34
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:
36
36
37
37
* Foundation.framework
38
38
* UIKit.framework
@@ -77,7 +77,7 @@ Pod::Spec.new do |s|
77
77
# the deployment target. You can optionally include the target after the platform.
0 commit comments