[Add] MOBFoundation 20241206
[CocoaPods.git] / Specs / 4 / 1 / 6 / SectionKit / 0.2.0 / SectionKit.podspec.json
blob6ff83ff4a67f07b651ffeda44a76bf4e88f9dc6b
2   "name": "SectionKit",
3   "version": "0.2.0",
4   "summary": "A modular fabric for interface. Based on UICollectionView, divided into sections",
5   "description": "Split your interface into sections with independent logic.\n\nJust initialize SectionsAdapter with your UICollectionView and set dataSource for sections\nA section should adopt specific interface - SectionPresentable\n\nAny section can by used on any screen with SectionKit.",
6   "homepage": "https://github.com/konshin/SectionKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "konshin": "alexey@konshin.net"
13   },
14   "source": {
15     "git": "https://github.com/konshin/SectionKit.git",
16     "tag": "0.2.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "swift_versions": "5.1",
22   "source_files": "SectionKit/Classes/**/*",
23   "frameworks": "UIKit",
24   "dependencies": {
25     "UICollectionUpdates": [
26       "~> 0.1.3"
27     ]
28   },
29   "swift_version": "5.1"