blob: 14b68de5a4866f5ba4802b035ae877a5f1b518c7 [file] [log] [blame]
{
"name": "TCRoundedCorner",
"version": "1.0.6",
"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": "7.0"
},
"source": {
"git": "https://github.com/TravelC/TCRoundedCorner.git",
"tag": "1.0.6"
},
"source_files": "TCRoundedCornerExample/TCRoundedCorner/**/*.{h,m}",
"public_header_files": "TCRoundedCornerExample/TCRoundedCorner/**/*.h",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true,
"dependencies": {
"AspectsV1.4.2": [
"~> 1.4.2"
]
}
}