[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / c / a / b / TRMosaicLayout / 0.2.0 / TRMosaicLayout.podspec.json
blobccb2bff17ff577e6220c024a52d51552a1049a5e
2   "name": "TRMosaicLayout",
3   "version": "0.2.0",
4   "summary": "A mosaic collection view layout using three columns",
5   "description": "A mosaic collection view layout using three columns. Useful for showing books, magazines, and any other types \nof images that may follow the 8x11 format or other similar formats. Extending FMMosaicLayout and LightBox's algorithm\nto accomadate for a three column based mosaic layout. A great example of this is Snapchat's Discover Feed",
6   "homepage": "https://github.com/vinnyoodles/TRMosaicLayout",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Vincent Le": "vinnyoodles@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/vinnyoodles/TRMosaicLayout.git",
16     "tag": "0.2.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "TRMosaicLayout/Classes/**/*"