blob: f466a59a32b6a7fc9fd6ed2d8244dd0379def870 [file] [log] [blame]
{
"name": "RKCollectionViewStaggeredLayout",
"version": "0.1.0",
"summary": "An implementation of staggered layout for UICollectionView that supports two and single column style on a per element basis.",
"homepage": "https://github.com/IamRKhanna/RKCollectionViewStaggeredLayout",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Rahul Khanna": "khanna27rahul@gmail.com"
},
"source": {
"git": "https://github.com/IamRKhanna/RKCollectionViewStaggeredLayout.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/IamRKhanna",
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "*.{h,m}",
"frameworks": "UIKit"
}