blob: bed63fd6b98fa0b660a22c0750f308718505abca [file] [log] [blame]
{
"name": "GreedoLayout",
"version": "1.1.0",
"summary": "Full Aspect Ratio UICollectionView layout",
"description": "Computes what size the UICollectionView cells should be to display images in a variable height fixed aspect ratio grid.",
"homepage": "https://github.com/500px/greedo-layout-for-ios",
"license": "MIT",
"authors": {
"David Charlec": "david@500px.com"
},
"source": {
"git": "https://github.com/500px/greedo-layout-for-ios.git",
"tag": "1.1.0"
},
"platforms": {
"ios": "6.0"
},
"source_files": "GreedoLayout/*.{h,m}",
"requires_arc": true
}