blob: 3d3227c35380bde7e3b5e7a0577b5a90780a2ebe [file] [log] [blame]
{
"name": "MJCalendar",
"version": "0.1.0",
"summary": "Very customizable calendar component. Supports month, 3 week, 2 week and 1 week view.",
"homepage": "https://github.com/jackowski/MJCalendar",
"license": "MIT",
"authors": {
"MichaƂ Jackowski": "mk.jackowski@gmail.com"
},
"source": {
"git": "https://github.com/jackowski/MJCalendar.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"MJCalendar": [
"Pod/Assets/*.png"
]
},
"frameworks": "UIKit",
"dependencies": {
"NSDate-Escort": [
"~> 1.5"
],
"UIView+JMFrame": [
]
}
}