blob: ae6a2d92d222b08a571335a137424bae93f9237f [file] [log] [blame]
{
"name": "SMMosaicCollectionView",
"version": "1.0.5",
"license": {
"type": "MIT"
},
"summary": "A lightweight hoziontal image scroller that centers on the middle cell regardless of the image's aspect ratio.",
"homepage": "https://github.com/sammcewan/SMMosaicCollectionView",
"authors": {
"Sam McEwan": "me@sammcewan.co.nz"
},
"source": {
"git": "https://github.com/sammcewan/SMMosaicCollectionView.git",
"tag": "v1.0.5"
},
"source_files": "Source/*.{h,m}",
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"ios": {
"frameworks": [
"UIKit",
"Foundation"
]
}
}