blob: 802e6fe6de3c2cb2883c2eb3cf278fed7c34037b [file] [log] [blame]
{
"name": "RZVibrantButton",
"version": "0.1.0",
"summary": "A stylish button that embodies iOS 8's Vibrancy Effects. Built in Swift.",
"description": " RZVibrantButton is a stylish button with iOS 8 vibrancy effect built using Swift. It is a subclass of UIButton that has a simple yet elegant appearance and built-in support for UIVisualEffectView and UIVibrancyEffect classes introduced in iOS 8. Yet, it can be used on iOS 7 without the vibrancy effect. The design of this button is inspired by \"AYVibrantButton\" by alan yip.\n",
"homepage": "https://github.com/remzr7/RZVibrantButton",
"screenshots": [
"https://github.com/a1anyip/AYVibrantButton/blob/master/Readme/invert-dark.gif?raw=true",
"https://github.com/a1anyip/AYVibrantButton/blob/master/Readme/translucent-dark.gif?raw=true"
],
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Rameez Remsudeen": "remzr7@gmail.com"
},
"source": {
"git": "https://github.com/remzr7/RZVibrantButton.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/remzr7",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "RZVibrantButton/*"
}