blob: df9b1d97cfcc0a5ad9645ae6da1959cd0d113395 [file] [log] [blame]
{
"name": "MSCollectionViewCalendarLayout",
"version": "0.0.2",
"summary": "UICollectionViewLayout for displaying chronological data. Similar to the \"Week\" view in the Apple Calendar app.",
"homepage": "https://github.com/monospacecollective/MSCollectionViewCalendarLayout",
"authors": {
"Eric Horacek": "eric@monospacecollective.com"
},
"license": "MIT",
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/monospacecollective/MSCollectionViewCalendarLayout.git",
"tag": "0.0.2"
},
"source_files": "MSCollectionViewCalendarLayout/*.{h,m}",
"requires_arc": true,
"dependencies": {
"CupertinoYankee": [
"~> 0.1.1"
]
}
}