[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / c / a / 8 / MosaicLayout / 0.0.2 / MosaicLayout.podspec.json
blob22654714c79683eeb775512227e70150fa98b3c0
2   "name": "MosaicLayout",
3   "version": "0.0.2",
4   "summary": "MosaicLayout using UICollectionViews",
5   "description": "A layout very similar to MosaicUI that uses Lightbox algorithm described in @vjeux's blog and takes advantage of UICollectionView.",
6   "homepage": "http://github.com/betzerra/MosaicLayout",
7   "screenshots": "https://camo.githubusercontent.com/05e958af928b0dcec951b57764eb1fdbf4f119e9/687474703a2f2f7777772e6265747a657272612e636f6d2e61722f77702d636f6e74656e742f75706c6f6164732f323031332f30322f50686f746f2d4665622d31372d362d32392d31342d504d2e706e67",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Ezequiel Alejandro Becerra": "ezequiel.becerra@gmail.com"
14   },
15   "social_media_url": "http://twitter.com/betzerra",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "source": {
20     "git": "https://github.com/vinnyoodles/MosaicLayout.git",
21     "tag": "0.0.2"
22   },
23   "source_files": "MosaicCollectionView/*",
24   "exclude_files": [
25     "MosaicCollectionView/*.png",
26     "MosaicCollectionView/*.pch"
27   ]