blob: 027e29492f16bb1bec3ee2f3e30f599f1ac75d3d [file] [log] [blame]
{
"name": "JQCollectionViewAlignLayout",
"version": "0.2.1",
"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.",
"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)",
"homepage": "https://github.com/coder-zjq/JQCollectionViewAlignLayout",
"screenshots": [
"https://raw.githubusercontent.com/Coder-ZJQ/JQCollectionViewAlignLayout/master/images/h-left.png",
"https://raw.githubusercontent.com/Coder-ZJQ/JQCollectionViewAlignLayout/master/images/h-center.png",
"https://raw.githubusercontent.com/Coder-ZJQ/JQCollectionViewAlignLayout/master/images/h-right.png"
],
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"coder-zjq": "zjq_joker@163.com"
},
"source": {
"git": "https://github.com/coder-zjq/JQCollectionViewAlignLayout.git",
"tag": "0.2.1"
},
"source_files": "JQCollectionViewAlignLayout/Classes/*",
"ios": {
"frameworks": [
"Foundation",
"UIKit"
]
},
"tvos": {
"frameworks": [
"Foundation",
"UIKit"
]
},
"osx": {
"frameworks": [
"Foundation",
"AppKit"
]
},
"platforms": {
"ios": "6.0",
"osx": "10.11",
"tvos": "9.0"
},
"requires_arc": true
}