blob: a1717cd12b881afeed5701099b29d3c82e5cb96b [file] [log] [blame]
{
"name": "ABNScheduler",
"version": "0.1.0",
"summary": "ABNScheduler is a local notifications scheduler for iOS written in Swift",
"description": "Easily schedule and manipulate local notifications\nAbility to schedule more than 64 local notifications\nSchedule flexible notifications (upcoming)",
"homepage": "https://github.com/nfntynl/ABNScheduler/tree/master",
"license": "MIT",
"authors": {
"Ahmed Abdul Badie": "badie.ahmed@icloud.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/nfntynl/ABNScheduler.git",
"tag": "0.1.0"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude"
}