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
bradleylin
2013-12-02 00:23:16 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
ff267265087e818fc179dffd245d510a1cbd04d3
ff267265
1 parent
719a1310
Fix missing UICountingLabel when using CocoaPods
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
PNChart.podspec
PNChart.podspec
View file @
ff26726
...
...
@@ -13,8 +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
.
source_files
=
'PNChartDemo/PNChart/*.{h,m}'
s
.
public_header_files
=
'PNChartDemo/PNChart/*.h'
s
.
source_files
=
'PNChartDemo/PNChart/*
*/*
.{h,m}'
s
.
public_header_files
=
'PNChartDemo/PNChart/*
*/*
.h'
s
.
frameworks
=
'CoreGraphics'
,
'UIKit'
,
'Foundation'
,
'QuartzCore'
s
.
requires_arc
=
true
end
...
...
Please
register
or
login
to post a comment