blob: 20c9ba50edd2f0f754590b1a7be7796fbceeb3d4 [file] [log] [blame]
{
"name": "TWRBorderedView",
"version": "0.2",
"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.2"
},
"platforms": {
"ios": "6.0"
},
"source_files": "TWRBorderedView/*.{h,m}",
"requires_arc": true
}