blob: 1a8c80f7b8d3aa675603c9d69fd2e324e1ea6223 [file] [log] [blame]
{
"name": "TCRoundedCorner",
"version": "1.0.2",
"summary": "This is a category of UIView which provided the ability of add specified corner(s) to a view with a optional border.",
"description": "This is a category of UIView which provided the ability of add specified corner(s) to a view with a optional border. You can:\n 1. Only round myView's corners.\n 2. Round corners and add a border together.\n 3. Add border only.\n 4. Remove border.",
"homepage": "https://github.com/TravelC/TCRoundedCorner",
"screenshots": "https://github.com/TravelC/TCRoundedCorner/blob/master/demoOfTCRoundedCorner.gif",
"license": "MIT",
"authors": {
"Travel.Chu": "chuchuanming@gmail.com"
},
"social_media_url": "https://twitter.com/chuchuanming",
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/TravelC/TCRoundedCorner.git",
"tag": "1.0.2"
},
"source_files": "TCRoundedCornerExample/TCRoundedCorner/**/*.{h,m}",
"public_header_files": "TCRoundedCornerExample/TCRoundedCorner/**/*.h",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}