blob: ed713bcff901731c03498771f4858699b784a09d [file] [log] [blame]
{
"name": "RSMaskedLabel",
"version": "0.1.1",
"summary": "RSMaskedLabel is a UILabel subclass that renders knocked-out text using an inverted mask.",
"description": "Simple library for creating knocked-out text. Can be used for making embossed effects. Subclasses UILabel for easy integration with iOS projects.",
"homepage": "https://github.com/robinsenior/RSMaskedLabel",
"screenshots": [
"https://github.com/robinsenior/RSMaskedLabel/raw/master/Assets/rounded.png",
"https://github.com/robinsenior/RSMaskedLabel/raw/master/Assets/square.png"
],
"license": "MIT",
"authors": {
"Robin Senior": "senior@gmail.com"
},
"source": {
"git": "https://github.com/robinsenior/RSMaskedLabel.git",
"tag": "0.1.1"
},
"social_media_url": "https://twitter.com/senior",
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"source_files": "Classes/*.{h,m}"
}