blob: 3a110a8568e5a9ee8e7342eff43cbc43d8f19b5c [file] [log] [blame]
{
"name": "FBLikeLayout",
"version": "1.0",
"summary": "A UICollectionView Layout inspired by Facebook photos section.",
"description": "\t\t\t\tThis is an UICollectionView layout inspired by the photo section of facebook.\n\t\t\t\tThis layout loads squared items with randomic full size items.\n\t\t\t\tIt works with standard layout delegate methods. No additional custom methods to be implemented.\n",
"license": {
"type": "MIT"
},
"homepage": "https://github.com/gringoireDM/FBLikeLayout.git",
"authors": {
"Giuseppe Lanza": "gringoire986@gmail.com"
},
"social_media_url": "http://twitter.com/gringoireDM",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/gringoireDM/FBLikeLayout.git",
"tag": "1.0"
},
"source_files": [
"FBLikeLayout Sample/FBLikeLayout",
"FBLikeLayout Sample/FBLikeLayout/*.{h,m}",
"FBLikeLayout Sample/FBLikeLayout/**/*.{h,m}"
]
}