blob: 13e0ce6c5a6f3d09c9942d58c039ca6ef9bf3b90 [file] [log] [blame]
{
"name": "Robin",
"version": "0.1.1",
"summary": "A backwards-compatible notification scheduler written in Swift.",
"description": "Robin is a backwards-compatible notification scheduler that provides a universal interface to schedule notifications using both UILocalNotification and UserNotifications.",
"homepage": "https://github.com/ahmedabadie/Robin",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ahmedabadie": "badie.ahmed@icloud.com"
},
"source": {
"git": "https://github.com/ahmedabadie/Robin.git",
"tag": "0.1.1"
},
"social_media_url": "https://twitter.com/ahmedabadie",
"platforms": {
"ios": "8.0"
},
"source_files": "Robin/Classes/**/*"
}