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
Constantin Lungu
2014-02-16 16:16:26 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
3eb27cda0350333a1e0fe0549f0dd674441f0e68
3eb27cda
1 parent
6951b9db
Added UICountingLabel dependency
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
PNChart.podspec
PNChart.podspec
View file @
3eb27cd
...
...
@@ -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