blob: 22d3296dc31f2063aae6614fcfb0f6c0b20a9f4c [file] [log] [blame]
{
"name": "GreedoLayout",
"version": "0.0.1",
"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": "0.0.1"
},
"platforms": {
"ios": "6.0"
},
"source_files": "GreedoLayout/*.{h,m}",
"requires_arc": true
}