Toggle navigation
Toggle navigation
This project
Loading...
Sign in
iOS
/
PNChart
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
kevinzhow
2014-04-26 15:18:04 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
36a1244e9feb4f526bf24382e3d84447aa1a8bce
36a1244e
1 parent
493e2b6d
Fix podspec
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
PNChart.podspec
PNChart.podspec
View file @
36a1244
...
...
@@ -3,7 +3,7 @@ Pod::Spec.new do |s|
s
.
version
=
"0.2.2"
s
.
summary
=
"A simple and beautiful chart lib with animation used in Piner for iOS"
s
.
homepage
=
"https://github.com/
moflo
/PNChart"
s
.
homepage
=
"https://github.com/
kevinzhow
/PNChart"
s
.
screenshots
=
"https://github-camo.global.ssl.fastly.net/ea8565b7a726409d5966ff4bcb8c4b9981fb33d3/687474703a2f2f646c2e64726f70626f7875736572636f6e74656e742e636f6d2f752f313539393636322f706e63686172742e706e67"
s
.
license
=
{
:type
=>
'MIT'
,
:file
=>
'LICENSE'
}
...
...
@@ -11,7 +11,7 @@ Pod::Spec.new do |s|
s
.
author
=
{
"Kevin"
=>
"kevinchou.c@gmail.com"
}
s
.
platform
=
:ios
,
'6.0'
s
.
source
=
{
:git
=>
"https://github.com/
moflo
/PNChart.git"
}
s
.
source
=
{
:git
=>
"https://github.com/
kevinzhow
/PNChart.git"
}
s
.
ios
.
dependency
'UICountingLabel'
,
'~> 1.0.0'
...
...
Please
register
or
login
to post a comment