blob: 5ab6e50bfe8e1d81eeda220e20f1fb3f8c671bd3 [file] [log] [blame]
{
"name": "KMSectionDecorationLayout",
"version": "0.1.0",
"summary": "A layout that has decoration view for each section.",
"description": "A subclass of flowlayout that create decorationView for each section.",
"homepage": "https://github.com/sleepEarlier/KMSectionDecorationLayout",
"screenshots": [
"https://github.com/sleepEarlier/KMSectionDecorationLayout/raw/master/screenShot.png",
"https://github.com/sleepEarlier/KMSectionDecorationLayout/raw/master/screenShot2.png"
],
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"SleepEarlier": "jky130@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/sleepEarlier/KMSectionDecorationLayout.git",
"tag": "0.1.0"
},
"source_files": "KMSectionDecorationLayout/KMSectionDecorationLayout/*.{h,m}",
"frameworks": "UIKit",
"requires_arc": true
}