blob: eea57d67bbd253f85af96c68d878249a0c61658b [file] [log] [blame]
{
"name": "UICollectionViewWaterfallLayout",
"version": "1.0.1",
"authors": {
"DevHuangjb": "example@example.com"
},
"homepage": "https://github.com/DevHuangjb/UICollectionViewWaterfallLayout",
"summary": "a waterfall layout for UICollectionView",
"source": {
"git": "https://github.com/DevHuangjb/UICollectionViewWaterfallLayout.git",
"tag": "1.0.1"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "WaterfallLayout/layout/*",
"public_header_files": "WaterfallLayout/layout/*.h"
}