forked from Boris-Em/BEMSimpleLineGraph
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBEMSimpleLineGraph.podspec.json
More file actions
Latest commit
30 lines (30 loc) · 803 Bytes
/
Copy pathBEMSimpleLineGraph.podspec.json
File metadata and controls
30 lines (30 loc) · 803 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "BEMSimpleLineGraph",
"version": "4.1.1",
"summary": "Elegant Line Graphs for iOS (charting library)",
"description": "BEMSimpleLineGraph lets you create highly customizable line graphs / charts for iOS.",
"homepage": "https://github.com/Boris-Em/BEMSimpleLineGraph",
"screenshots": [
"http://s27.postimg.org/txboc1peb/BEMSimple_Line_Graph_Main.png",
"http://s21.postimg.org/3lkbvgp53/GIF_Touch_Report.gif"
],
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Boris Emorine": "boris.emorine@gmail.com"
},
"platforms": {
"ios": "6.1"
},
"requires_arc": true,
"source": {
"git": "https://github.com/Boris-Em/BEMSimpleLineGraph.git",
"tag": "v4.1.1"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
]
}