blob: b9d98892ecb7d66589b0f6aa97ffedc3127d0be2 [file] [log] [blame]
{
"name": "MKNWorkDays",
"version": "0.0.4",
"summary": "Allows querying for workdays and weekends based on user's locale",
"description": "\t Did you ever need to get all work days, but NSCalendar's firstWeekday\n\t\t returned something that didn't make sense?\n\t Based on Wikipedia http://en.wikipedia.org/wiki/Workweek_and_weekend, MKNWorkDays\n\t\t contains the business days and weekend for 104 countries. \n",
"homepage": "http://github.com/meekan/MKNWorkDays",
"license": "MIT",
"authors": {
"yulkes": "eyal@meekan.com"
},
"source": {
"git": "https://github.com/meekan/MKNWorkDays.git",
"tag": "0.0.4"
},
"source_files": [
"MKNWorkDays",
"MKNWorkDays/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude"
}