blob: e14260093997f4292f9074297c07ba574dcac22b [file] [log] [blame]
{
"name": "CHTCollectionViewWaterfallLayout",
"version": "0.9.3",
"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.3"
},
"platforms": {
"tvos": "9.0"
},
"requires_arc": true,
"default_subspecs": "ObjC",
"subspecs": [
{
"name": "ObjC",
"platforms": {
"ios": "6.0"
},
"source_files": "*.{h,m}"
},
{
"name": "Swift",
"platforms": {
"ios": "8.0"
},
"source_files": "*.swift"
}
]
}