blob: e2d01e9afcaab7c88d2a340301a87a52933f6512 [file] [log] [blame]
{
"name": "RNotification",
"version": "0.1.5",
"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.5"
},
"source_files": "RNotification/Classes/**/*",
"resource_bundles": {
"RNotification": [
"RNotification/**/**/*"
]
}
}