repo.or.cz
/
CocoaPods.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
[Add] RegulaCommonStage 7.5.928
[CocoaPods.git]
/
Specs
/
0
/
f
/
6
/
PWChartLib
/
0.0.1
/
PWChartLib.podspec.json
blob
17f02eac3aece6533d8e93692992ce66a4a95f85
1
{
2
"name": "PWChartLib",
3
"version": "0.0.1",
4
"summary": "图表库",
5
"description": "图表库",
6
"homepage": "https://github.com/wnrz/PWChartLib.git",
7
"license": "MIT",
8
"authors": {
9
"Peter Wang": "66682060@qq.com"
10
},
11
"platforms": {
12
"ios": "8.0"
13
},
14
"source": {
15
"git": "https://github.com/wnrz/PWChartLib.git",
16
"tag": "0.0.1"
17
},
18
"requires_arc": true,
19
"frameworks": [
20
"UIKit",
21
"Foundation"
22
],
23
"dependencies": {
24
"PWDataBridge": [
25
26
]
27
},
28
"subspecs": [
29
{
30
"name": "ChartLib",
31
"source_files": "PWChartLib/PWChartLib/**/*.{h,m,a,c}",
32
"ios": {
33
"frameworks": [
34
"UIKit",
35
"Foundation"
36
]
37
}
38
}
39
]
40
}