Skip to content

Commit

Permalink
Pushed podspect
Browse files Browse the repository at this point in the history
  • Loading branch information
Boris-Em committed Oct 12, 2015
1 parent 983f2b7 commit 7865ccb
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions BEMCheckBox.podspec.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"name": "BEMCheckBox",
"version": "1.0.0",
"summary": "Tastefully grafted Checkbox for iOS.",
"description": "BEMCheckBox lets your create beautiful check boxes for iOS.",
"homepage": "https://github.com/Boris-Em/BEMSimpleLineGraph",
"screenshots": [
"http://s12.postimg.org/vn2irahjx/BEMCheck_Box.gif"
],
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Boris Emorine": "boris.emorine@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/Boris-Em/BEMCheckBox.git",
"tag": "v1.0.0"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
]
}

0 comments on commit 7865ccb

Please sign in to comment.