blob: ac459f4848090896b356903f6b88c2d3219a64dd [file] [log] [blame]
{
"name": "MosaicLayout",
"version": "0.0.3",
"summary": "MosaicLayout using UICollectionViews",
"description": "A layout very similar to MosaicUI that uses Lightbox algorithm described in @vjeux's blog and takes advantage of UICollectionView.",
"homepage": "http://github.com/betzerra/MosaicLayout",
"screenshots": "https://camo.githubusercontent.com/05e958af928b0dcec951b57764eb1fdbf4f119e9/687474703a2f2f7777772e6265747a657272612e636f6d2e61722f77702d636f6e74656e742f75706c6f6164732f323031332f30322f50686f746f2d4665622d31372d362d32392d31342d504d2e706e67",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ezequiel Alejandro Becerra": "ezequiel.becerra@gmail.com"
},
"social_media_url": "http://twitter.com/betzerra",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/vinnyoodles/MosaicLayout.git",
"tag": "0.0.3"
},
"source_files": [
"MosaicCollectionView/*",
"MosaicCollectionView/Libs/*",
"MosaicCollectionView/Classes/*",
"MosaicCollectionView/Resources/*"
],
"exclude_files": [
"MosaicCollectionView/*.png",
"MosaicCollectionView/*.pch"
]
}