blob: 37dd619a6aeda90e46265989a6b082005c97aaef [file] [log] [blame]
{
"name": "RNotification",
"version": "0.1.3",
"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.3"
},
"source_files": "RNotification/Classes/**/*",
"resource_bundles": {
"RNotification": [
"RNotification/**/*.png"
]
}
}