blob: 494eda6da43e9e37eebb0df903a7e41db3567eab [file] [log] [blame]
{
"name": "RKNotificationHub",
"version": "2.0.0",
"summary": "iOS: Make any UIView a full fledged notification center",
"description": "A simple one line solution to turning adding a notification bubble to any UIView. Easily increment, decrement, an animate the notification, -Notification, -Notification Center, -objectivec, -ios, -iphone, -xcode",
"homepage": "https://github.com/cwRichardKim/RKNotificationHub",
"screenshots": "http://i.imgur.com/OlYystx.gif",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "cwrichardkim",
"social_media_url": "http://twitter.com/cwrichardkim",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/cwRichardKim/RKNotificationHub.git",
"tag": "2.0.0"
},
"source_files": [
"RKNotificationHub/RKNotificationHub.h",
"RKNotificationHub/RKNotificationHub.m"
],
"requires_arc": true
}