blob: 85d30bb740fbd6645c4a277b7da24879228846eb [file] [log] [blame]
{
"name": "OEANotification",
"version": "0.1.0",
"summary": "OEANotification is the very flexible notification library.",
"description": "This iOS library provides to create notifications and customize them easily.\nYou can create notifications with just one line of code ,if you are bored UIAlertView.",
"homepage": "https://github.com/OEASLAN/OEANotification",
"license": "MIT",
"authors": {
"Ă–mer Aslan": "omer.aslan@ozu.edu.tr"
},
"source": {
"git": "https://github.com/OEASLAN/OEANotification.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/OEASLAN",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Classes/**/*",
"resource_bundles": {
"OEANotification": [
"Resources/*.png"
]
}
}