[Add] DocumentReaderBarcode 7.5.10922
[CocoaPods.git] / Specs / c / 0 / 5 / JTComponentKit / 1.0.7 / JTComponentKit.podspec.json
blobdb9b8b42a340ddff0a0340bfd3a8e37ab5fc5c79
2   "name": "JTComponentKit",
3   "version": "1.0.7",
4   "summary": "A modular framework for abstracting sections of UICollectionView into individual components, enabling better decoupling and reusability in iOS applications.",
5   "description": "This framework abstracts each section of a UICollectionView into distinct components, \nwith each component responsible for implementing UICollectionView delegate methods. \nThis design allows for cleaner separation of concerns by dividing the collection view into independent, \nreusable modules. By isolating the logic of each section, \nit simplifies the maintenance of complex layouts and facilitates better reuse of UI components \nacross different screens. Additionally, this approach encourages scalability \nand enhances the testability of each section individually, \nfostering a more flexible and modular UI development process.",
6   "homepage": "https://github.com/xhjcs/JTComponentKit.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "xinghanjie": "xinghanjie@gmail.com"
13   },
14   "platforms": {
15     "ios": "11.0"
16   },
17   "ios": {
18     "frameworks": [
19       "Foundation",
20       "UIKit"
21     ]
22   },
23   "source": {
24     "git": "https://github.com/xhjcs/JTComponentKit.git",
25     "tag": "1.0.7"
26   },
27   "source_files": "Sources/JTComponentKit/**/*",
28   "private_header_files": [
29     "Sources/JTComponentKit/**/*_Private.h",
30     "JTComponentCell.h",
31     "JTComponentReusableView.h"
32   ],
33   "requires_arc": true