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] GluedInSDK 2.5.1
[CocoaPods.git]
/
Specs
/
8
/
a
/
e
/
DTChart
/
0.1
/
DTChart.podspec.json
blob
f04da3eb7d7b10506d4f890d10e2ec0160c22057
1
{
2
"name": "DTChart",
3
"version": "0.1",
4
"license": {
5
"type": "MIT",
6
"file": "LICENSE"
7
},
8
"summary": "a simple chart for DTise",
9
"authors": {
10
"joshin": "xjcute@gmail.com"
11
},
12
"homepage": "https://github.com/joshinn/DTChart",
13
"description": "为DTise定制的统计图表,第1版,支持柱状图和折线图。",
14
"requires_arc": true,
15
"platforms": {
16
"ios": "8.0"
17
},
18
"frameworks": [
19
"UIKit",
20
"Foundation"
21
],
22
"source": {
23
"git": "https://github.com/joshinn/DTChart.git",
24
"tag": "0.1"
25
},
26
"source_files": [
27
"DTChart",
28
"DTChart/**/*.{h,m}"
29
]
30
}