blob: 4a13687c138a1e4a2483229e50bdde9e10e38a62 [file] [log] [blame]
{
"name": "DividerView",
"version": "3.0",
"summary": "Create a one pixel line on any device",
"description": "Simplifies the creation of a one pixel line on any device.\n* Works with or without autolayout.\n* Can be created programmatically or in storyboards/xibs",
"homepage": "https://github.com/CraigSiemens/DividerView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Craig Siemens": "siemens.craig@gmail.com"
},
"source": {
"git": "https://github.com/CraigSiemens/DividerView.git",
"tag": "v3.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "DividerView/Classes/**/*"
}