blob: 974614f952ae64b5ecfc7c0a5644fc7245b56104 [file] [log] [blame]
{
"name": "CHTCollectionViewWaterfallLayout",
"version": "0.9.8",
"summary": "The waterfall (i.e., Pinterest-like) layout for UICollectionView.",
"homepage": "https://github.com/chiahsien/CHTCollectionViewWaterfallLayout",
"screenshots": "https://raw.github.com/chiahsien/UICollectionViewWaterfallLayout/master/Screenshots/2-columns.png",
"license": "MIT",
"authors": {
"Nelson": "chiahsien@gmail.com"
},
"source": {
"git": "https://github.com/chiahsien/CHTCollectionViewWaterfallLayout.git",
"tag": "0.9.8"
},
"requires_arc": true,
"platforms": {
"ios": "6.0",
"tvos": "9.0"
},
"default_subspecs": "ObjC",
"swift_versions": "4.2",
"subspecs": [
{
"name": "ObjC",
"platforms": {
"ios": "6.0"
},
"source_files": "*.{h,m}"
},
{
"name": "Swift",
"platforms": {
"ios": "8.0"
},
"source_files": "SwiftSources/**/*"
}
],
"swift_version": "4.2"
}