blob: 37d36ee2fe08a05d4c54bfcba3dbc720104ab80e [file] [log] [blame]
{
"name": "KMPinHeaderLayout",
"version": "0.1.0",
"summary": "Float header for collectionview, support both vertical and horizon.",
"description": "A custom UICollectionViewFlowLayout support float header just like UITablebiew section header does.",
"homepage": "https://github.com/sleepEarlier/PinHeaderLayout",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"sleepEarlier": "jky130@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/sleepEarlier/PinHeaderLayout.git",
"tag": "0.1.0"
},
"source_files": "CollectionView/*Layout.{h,m}",
"frameworks": "UIKit",
"requires_arc": true
}