blob: c5808dd52bb546185ffac880f27150f97ad3ad2c [file] [log] [blame]
{
"name": "ALWAppResourcesManager",
"version": "0.1.0",
"summary": "Tool to manage application common resources, also to provide resources management methods for other pods.",
"description": "该组件可用于统一管理App的字体、图片、音频、视频、bundle等资源文件。如字体等部分资源需要在主工程中添加,则需在主工程中注册该组件,并提供相应代理方法。建议将资源文件统一放于Assets文件夹中,并分门别类;bundle资源请直接放于Bundles文件夹根目录下,其他资源文件可建立子文件夹。其他组件可以创建本类的子类并重写currentMainBundle方法,即可复用其他方法用于读取组件内资源。",
"homepage": "https://github.com/ALongWay/ALWAppResourcesManager",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"lisong": "370381830@qq.com"
},
"source": {
"git": "https://github.com/ALongWay/ALWAppResourcesManager.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"source_files": "ALWAppResourcesManager/Classes/**/*",
"resource_bundles": {
"ALWAppResourcesManagerComponent": [
"ALWAppResourcesManager/Assets/Images/*",
"ALWAppResourcesManager/Assets/Audios/*",
"ALWAppResourcesManager/Assets/Videos/*",
"ALWAppResourcesManager/Assets/Others/*",
"ALWAppResourcesManager/Assets/Bundles/*.bundle"
]
}
}