blob: f5bdc120dedaeab7c7fc2905ab600ba569d118d8 [file] [log] [blame]
{
"name": "KMPinHeaderLayout",
"version": "0.2.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.2.0"
},
"source_files": "CollectionView/*Layout.{h,m}",
"frameworks": "UIKit",
"requires_arc": true
}