Skip to content

Commit

Permalink
add pod spec
Browse files Browse the repository at this point in the history
  • Loading branch information
sbhhbs committed Nov 5, 2014
1 parent fe98eb8 commit 2421271
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions BEMSimpleLineGraph.podspec.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"name": "BEMSimpleLineGraph",
"version": "3.3",
"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.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/Boris-Em/BEMSimpleLineGraph.git",
"tag": "v3.2"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
]
}

0 comments on commit 2421271

Please sign in to comment.