2 "name": "ALWAppResourcesManager",
4 "summary": "Tool to manage application common resources, also to provide resources management methods for other pods.",
5 "description": "该组件可用于统一管理App的字体、图片、音频、视频、bundle等资源文件。如字体等部分资源需要在主工程中添加,则需在主工程中注册该组件,并提供相应代理方法。其他pod组件可以创建本类的子类并重写currentMainBundle方法,即可复用其他方法用于读取组件内资源。",
6 "homepage": "https://github.com/ALongWay/ALWAppResourcesManager",
12 "lisong": "370381830@qq.com"
15 "git": "https://github.com/ALongWay/ALWAppResourcesManager.git",
21 "default_subspecs": "Core",
25 "source_files": "ALWAppResourcesManager/Classes/*.{h,m}"
29 "source_files": "ALWAppResourcesManager/Classes/WebPExtension/**/*",
31 "ALWAppResourcesManager/Core": [
40 "name": "MainProject",
41 "source_files": "ALWAppResourcesManager/Classes/MainProjectExtension/**/*",
43 "ALWAppResourcesManager/Core": [