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] CyberSheildiOS 0.1.1
[CocoaPods.git]
/
Specs
/
0
/
b
/
1
/
BSChartView
/
0.1.0
/
BSChartView.podspec.json
blob
c4b5c397502f00e0e4ae845b504a386c75d814ee
1
{
2
"name": "BSChartView",
3
"version": "0.1.0",
4
"summary": "A short description of BSChartView.",
5
"description": "折线图,柱状图,圆饼图工具",
6
"homepage": "https://github.com/FreeBaiShun",
7
"license": "MIT",
8
"authors": {
9
"FreeBaiShun": "851083075@qq.com"
10
},
11
"platforms": {
12
"ios": "8.0"
13
},
14
"requires_arc": true,
15
"source": {
16
"git": "https://github.com/FreeBaiShun/BSChartView.git",
17
"tag": "0.1.0"
18
},
19
"subspecs": [
20
{
21
"name": "Core",
22
"source_files": [
23
"BSChartView",
24
"BSChartView/*.{h,m}"
25
]
26
}
27
]
28
}