blob: 4c1293a0497fa485cdaf64be9997e1f3b6be50ba [file] [log] [blame]
{
"name": "TWRBorderedView",
"version": "0.1",
"summary": "A custom UIView subclass to easily turn on drawing of each single border on a view.",
"homepage": "https://github.com/chasseurmic/TWRBorderedView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Michelangelo Chasseur": "chasseurmic@gmail.com"
},
"social_media_url": "http://twitter.com/chasseurmic",
"source": {
"git": "https://github.com/chasseurmic/TWRBorderedView.git",
"tag": "0.1"
},
"platforms": {
"ios": "6.0"
},
"source_files": "TWRBorderedView/*.{h,m}",
"requires_arc": true
}