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
mobileflowllc
2014-04-22 12:55:27 -0700
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
d5af84358afffc0d95b5b1b626e2a95acc9c453e
d5af8435
1 parent
6f7d6e00
Updated podspec, again
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
PNChart.podspec
PNChart.podspec
View file @
d5af843
...
...
@@ -11,12 +11,12 @@ 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"
,
:tag
=>
s
.
version
.
to_s
}
s
.
source
=
{
:git
=>
"https://github.com/moflo/PNChart.git"
}
s
.
ios
.
dependency
'UICountingLabel'
,
'~> 1.0.0'
s
.
source_files
=
'PNChart
Demo/PNChart/**
/*.{h,m}'
s
.
public_header_files
=
'PNChart
Demo/PNChart/**
/*.h'
s
.
source_files
=
'PNChart/*.{h,m}'
s
.
public_header_files
=
'PNChart/*.h'
s
.
frameworks
=
'CoreGraphics'
,
'UIKit'
,
'Foundation'
,
'QuartzCore'
s
.
requires_arc
=
true
end
...
...
Please
register
or
login
to post a comment