blob: f5ad432f27eee88763e461a6dbeb8d1313b47717 [file] [log] [blame]
{
"name": "DMDynamicWaterfall",
"version": "0.1.5",
"summary": "UICollectionView Waterfall Layout with UIKit Dynamics",
"description": " A demonstration of UICollectionView with waterfall (pinterest like) layout and UIKit Dynamics. Uses tiling in order to maintain high-performance even with ten thousand cells.\n",
"homepage": "https://github.com/malcommac/DMDynamicWaterfall",
"screenshots": "https://raw2.github.com/malcommac/DMDynamicWaterfall/master/example_movie.gif",
"license": "MIT",
"authors": {
"Daniele Margutti": "me@danielemargutti.com"
},
"source": {
"git": "https://github.com/malcommac/DMDynamicWaterfall.git",
"tag": "0.1.5"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Classes/**/*.{h,m}",
"ios": {
"exclude_files": "Classes/osx"
},
"osx": {
"exclude_files": "Classes/ios"
},
"public_header_files": "Classes/**/*.h"
}