blob: 8200d92423a6668e4a3aa2fda79966f2e89dc658 [file] [log] [blame]
{
"name": "RNotification",
"version": "0.1.6",
"summary": "A custom in-app notification in Swift.",
"description": "TODO: RNotification is a custom UIView to have in-app notifications in Swift. CocoaPod provides the ability to use custom views for in-app notification in iOS with animation.",
"homepage": "https://github.com/NiranjanRavichandran/RNotification",
"license": "MIT",
"authors": {
"Niranjan Ravichandran": "niranjanrav@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/NiranjanRavichandran/RNotification.git",
"tag": "0.1.6"
},
"source_files": "RNotification/Classes/**/*",
"resource_bundles": {
"RNotification": [
"RNotification/*"
]
}
}