[Add] DittoObjC 4.9.2
[CocoaPods.git] / Specs / 2 / 9 / 4 / KMSectionDecorationLayout / 0.2.0 / KMSectionDecorationLayout.podspec.json
blobf0901693886d63613652cf2ebdbccb023e37e397
2   "name": "KMSectionDecorationLayout",
3   "version": "0.2.0",
4   "summary": "A layout that has decoration view for each section.",
5   "description": "A subclass of flowlayout that create decorationView for each section.",
6   "homepage": "https://github.com/sleepEarlier/KMSectionDecorationLayout.git",
7   "screenshots": [
8     "https://github.com/sleepEarlier/KMSectionDecorationLayout/raw/master/screenShot.png",
9     "https://github.com/sleepEarlier/KMSectionDecorationLayout/raw/master/screenShot2.png"
10   ],
11   "license": {
12     "type": "MIT",
13     "file": "LICENSE"
14   },
15   "authors": {
16     "SleepEarlier": "jky130@qq.com"
17   },
18   "platforms": {
19     "ios": "7.0"
20   },
21   "source": {
22     "git": "https://github.com/sleepEarlier/KMSectionDecorationLayout.git",
23     "tag": "0.2.0"
24   },
25   "source_files": "KMSectionDecorationLayout/KMSectionDecorationLayout/*.{h,m}",
26   "frameworks": "UIKit",
27   "requires_arc": true