Skip to content
This repository was archived by the owner on Dec 2, 2020. It is now read-only.

Commit 2421271

Browse files
committed
add pod spec
1 parent fe98eb8 commit 2421271

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

BEMSimpleLineGraph.podspec.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"name": "BEMSimpleLineGraph",
3+
"version": "3.3",
4+
"summary": "Elegant Line Graphs for iOS (charting library)",
5+
"description": "BEMSimpleLineGraph lets you create highly customizable line graphs / charts for iOS.",
6+
"homepage": "https://github.com/Boris-Em/BEMSimpleLineGraph",
7+
"screenshots": [
8+
"http://s27.postimg.org/txboc1peb/BEMSimple_Line_Graph_Main.png",
9+
"http://s21.postimg.org/3lkbvgp53/GIF_Touch_Report.gif"
10+
],
11+
"license": {
12+
"type": "MIT",
13+
"file": "LICENSE"
14+
},
15+
"authors": {
16+
"Boris Emorine": "[email protected]"
17+
},
18+
"platforms": {
19+
"ios": "6.0"
20+
},
21+
"requires_arc": true,
22+
"source": {
23+
"git": "https://github.com/Boris-Em/BEMSimpleLineGraph.git",
24+
"tag": "v3.2"
25+
},
26+
"source_files": [
27+
"Classes",
28+
"Classes/**/*.{h,m}"
29+
]
30+
}

0 commit comments

Comments
 (0)