[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / b / 3 / a / JQCollectionViewAlignLayout / 0.2.0 / JQCollectionViewAlignLayout.podspec.json
blobdd8332251fb03a3d03f2eb4d37dc8474f4c8244d
2   "name": "JQCollectionViewAlignLayout",
3   "version": "0.2.0",
4   "summary": "A custom layout object based on flow layout, that supports setting horizontal, vertical alignment and RTL(right to left) direction of collection view items.",
5   "description": "A custom layout object based on flow layout, that supports setting horizontal, vertical alignment and RTL(right to left) direction of collection view items.\n(available for both UICollectionView and NSCollectionView)",
6   "homepage": "https://github.com/coder-zjq/JQCollectionViewAlignLayout",
7   "screenshots": [
8     "https://raw.githubusercontent.com/Coder-ZJQ/JQCollectionViewAlignLayout/master/images/h-left.png",
9     "https://raw.githubusercontent.com/Coder-ZJQ/JQCollectionViewAlignLayout/master/images/h-center.png",
10     "https://raw.githubusercontent.com/Coder-ZJQ/JQCollectionViewAlignLayout/master/images/h-right.png"
11   ],
12   "license": {
13     "type": "MIT",
14     "file": "LICENSE"
15   },
16   "authors": {
17     "coder-zjq": "zjq_joker@163.com"
18   },
19   "source": {
20     "git": "https://github.com/coder-zjq/JQCollectionViewAlignLayout.git",
21     "tag": "0.2.0"
22   },
23   "source_files": "JQCollectionViewAlignLayout/Classes/*",
24   "ios": {
25     "frameworks": [
26       "Foundation",
27       "UIKit"
28     ]
29   },
30   "tvos": {
31     "frameworks": [
32       "Foundation",
33       "UIKit"
34     ]
35   },
36   "osx": {
37     "frameworks": [
38       "Foundation",
39       "AppKit"
40     ]
41   },
42   "platforms": {
43     "ios": "6.0",
44     "osx": "10.11",
45     "tvos": "9.0"
46   },
47   "requires_arc": true