blob: a8b33283562f4a2e66afcb4b7ef59a3075d0bfc8 [file] [log] [blame]
{
"name": "ALWAppResourcesManager",
"version": "0.1.1",
"summary": "Tool to manage application common resources, also to provide resources management methods for other pods.",
"description": "该组件可用于统一管理App的字体、图片、音频、视频、bundle等资源文件。如字体等部分资源需要在主工程中添加,则需在主工程中注册该组件,并提供相应代理方法。其他pod组件可以创建本类的子类并重写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.1"
},
"platforms": {
"ios": "7.0"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "ALWAppResourcesManager/Classes/*.{h,m}"
},
{
"name": "WebP",
"source_files": "ALWAppResourcesManager/Classes/WebPExtension/**/*",
"dependencies": {
"ALWAppResourcesManager/Core": [
],
"ALWlibwebp": [
"~> 0.1.4"
]
}
},
{
"name": "MainProject",
"source_files": "ALWAppResourcesManager/Classes/MainProjectExtension/**/*",
"dependencies": {
"ALWAppResourcesManager/Core": [
]
}
}
]
}