blob: 042dcfcc30cc763755fa2657c886fc0b10c48815 [file] [log] [blame]
{
"name": "DateRangePicker",
"version": "1.0",
"homepage": "https://github.com/MrMage/DateRangePicker",
"summary": "The best (?) date range picker control for OS X.",
"screenshots": [
"https://raw.githubusercontent.com/MrMage/DateRangePicker/master/Screenshots/Popover.png",
"https://raw.githubusercontent.com/MrMage/DateRangePicker/master/Screenshots/ControlVariants.png",
"https://raw.githubusercontent.com/MrMage/DateRangePicker/master/Screenshots/Menu.png"
],
"authors": {
"Daniel Alm": "CocoaPods@danielalm.de"
},
"license": {
"type": "ISC (simplified BSD)",
"file": "LICENSE"
},
"social_media_url": "https://twitter.com/daniel_a_a",
"platforms": {
"osx": "10.9"
},
"source_files": "DateRangePicker/*.{h,swift}",
"module_name": "DateRangePicker",
"source": {
"git": "https://github.com/MrMage/DateRangePicker.git",
"tag": "v1.0"
},
"requires_arc": true,
"frameworks": [
"AppKit",
"Foundation"
],
"xcconfig": {
"EMBEDDED_CONTENT_CONTAINS_SWIFT": "YES"
}
}