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
2013-11-16 08:11:51 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
3f74cdbc4d855d96a79188865df74df7437fbdb3
3f74cdbc
1 parent
7bb40754
Add podspec
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
0 deletions
PNChart.podspec
PNChart.podspec
0 → 100644
View file @
3f74cdb
Pod
::
Spec
.
new
do
|
s
|
s
.
name
=
"PNChart"
s
.
version
=
"0.1.8"
s
.
summary
=
"A simple and beautiful chart lib with animation used in Piner for iOS"
s
.
homepage
=
"https://github.com/kevinzhow/PNChart"
s
.
screenshots
=
"https://github-camo.global.ssl.fastly.net/ea8565b7a726409d5966ff4bcb8c4b9981fb33d3/687474703a2f2f646c2e64726f70626f7875736572636f6e74656e742e636f6d2f752f313539393636322f706e63686172742e706e67"
s
.
license
=
{
:type
=>
'MIT'
,
:file
=>
'LICENSE'
}
s
.
author
=
{
"Kevin"
=>
"kevinchou.c@gmail.com"
}
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
.
frameworks
=
'CoreGraphics'
,
'UIKit'
,
'Foundation'
,
'QuartzCore'
s
.
requires_arc
=
true
end
...
...
Please
register
or
login
to post a comment