4 "summary": "A decoupling framework for UI layout, data sources, and event responses",
5 "description": "YuemojKit\n1.处理控件与数据模型的耦合, 提供控件事件的回调处理; \n2.支持Layout定制, 避免重复创建大量类似布局的cell;\n3.自定义TabView, MaskView演示实现.\n4.TableView和CollectionView的DataSource通用处理\n5.数据库SQL语句对象化构建\n6.生产者消费者工厂\n7.JSON排序构建",
6 "homepage": "https://github.com/yuemoj/YuemojKit",
12 "Yuemoj": "yj_745@163.com"
15 "git": "https://github.com/yuemoj/YuemojKit.git",
18 "resources": "YuemojKit.codesnippet.zip",
23 "source_files": "YuemojKit/YuemojKit.h",
28 "YuemojKit/Yuemoj.{h,m}",
29 "YuemojKit/Yuemoj{CoreTypes,Macros,Metamacros}.h"
34 "project_header_files": "YuemojKit/UIKit/*Namespace.h",
35 "pod_target_xcconfig": {
36 "OTHER_LDFLAGS": "-lObjC",
37 "HEADER_SEARCH_PATHS": "$(inherited)"
39 "source_files": "YuemojKit/UIKit/*.{h,m}",
47 "name": "FoundationAbility",
48 "project_header_files": "YuemojKit/Foundation/YJFoundationNamespace.h",
49 "pod_target_xcconfig": {
50 "OTHER_LDFLAGS": "-lObjC",
51 "HEADER_SEARCH_PATHS": "$(inherited)"
53 "source_files": "YuemojKit/Foundation/*.{h,m}",
64 "name": "ComponentSupport",
68 "project_header_files": "YuemojKit/ComponentSupport/YJComponentWrapper.h",
69 "source_files": "YuemojKit/ComponentSupport/*.{h,m}",
71 "YuemojKit/UIAbility": [
77 "name": "EventBuilder",
78 "project_header_files": "YuemojKit/ComponentSupport/EventBuilder/YJEventBuild{Delegate,er,Namespace}.h",
79 "source_files": "YuemojKit/ComponentSupport/EventBuilder/*.{h,m}",
81 "YuemojKit/ComponentSupport/Common": [
88 "project_header_files": "YuemojKit/ComponentSupport/Filler/YJDataFill{Delegate,er,Namespace}.h",
89 "source_files": "YuemojKit/ComponentSupport/Filler/*.{h,m}",
91 "YuemojKit/ComponentSupport/Common": [
98 "project_header_files": "YuemojKit/ComponentSupport/Layouter/YJLayout{Delegate,er,Namespace}.h",
99 "source_files": "YuemojKit/ComponentSupport/Layouter/*.{h,m}",
101 "YuemojKit/ComponentSupport/Common": [
112 "name": "DataSource",
113 "source_files": "YuemojKit/DataSource/*.{h,m}"
117 "source_files": "YuemojKit/Tools/*.{h,m}"
120 "name": "ComponentGallery",
121 "source_files": "YuemojKit/ComponentGallery/**/*.{h,m}",
123 "YuemojKit/ComponentSupport": [