blob: 94a5622bfa40bbee1761f7033c3dc9089e7e7352 [file] [log] [blame]
{
"name": "RNotification",
"version": "0.1.2",
"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.2"
},
"source_files": "RNotification/Classes/**/*",
"resource_bundles": {
"RNotification": [
"RNotification/**/*.png"
]
}
}