blob: cfb75e535a91882713532a969ff24a45d22fe828 [file] [log] [blame]
{
"name": "MJCalendar",
"version": "0.3.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.3.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"frameworks": "UIKit",
"dependencies": {
"NSDate-Escort": [
"~> 1.5"
],
"UIView+JMFrame": [
]
}
}