[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / c / a / b / TRMosaicLayout / 1.0.0 / TRMosaicLayout.podspec.json
blob5d25fd8551d25e810720e28123be29297b3e8926
2   "name": "TRMosaicLayout",
3   "version": "1.0.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": "1.0.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "TRMosaicLayout/Classes/**/*",
22   "pushed_with_swift_version": "3.0"