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
Kevin
2014-02-17 00:54:57 +0800
Browse Files
Options
Browse Files
Download
Plain Diff
Commit
d3467d68915a06740a381d1d8cec24c893638413
d3467d68
2 parents
6951b9db
3eb27cda
Merge pull request #35 from nemesis/master
Added UICountingLabel dependency
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
PNChart.podspec
PNChart.podspec
View file @
d3467d6
...
...
@@ -13,6 +13,8 @@ Pod::Spec.new do |s|
s
.
platform
=
:ios
,
'6.0'
s
.
source
=
{
:git
=>
"https://github.com/kevinzhow/PNChart.git"
,
:tag
=>
s
.
version
.
to_s
}
s
.
ios
.
dependency
'UICountingLabel'
,
'~> 1.0.0'
s
.
source_files
=
'PNChartDemo/PNChart/**/*.{h,m}'
s
.
public_header_files
=
'PNChartDemo/PNChart/**/*.h'
s
.
frameworks
=
'CoreGraphics'
,
'UIKit'
,
'Foundation'
,
'QuartzCore'
...
...
Please
register
or
login
to post a comment