blob: 4d3849a01764fa08d3eb44a410219e13d9877cb8 [file] [log] [blame]
{
"name": "RNotification",
"version": "0.1.0",
"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.0"
},
"source_files": "RNotification/Classes/**/*"
}