blob: c3f41b9202601f31c26841a13692f8641c4fb7d3 [file] [log] [blame]
{
"name": "MSCollectionViewCalendarLayout",
"version": "0.1.3",
"summary": "UICollectionViewLayout for displaying cells chronologically. Similar to the iOS 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.1.3"
},
"source_files": "MSCollectionViewCalendarLayout/*.{h,m}",
"requires_arc": true,
"dependencies": {
"CupertinoYankee": [
"~> 0.1"
]
}
}