[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / e / 7 / 4 / ALWAppResourcesManager / 0.1.1 / ALWAppResourcesManager.podspec.json
bloba8b33283562f4a2e66afcb4b7ef59a3075d0bfc8
2   "name": "ALWAppResourcesManager",
3   "version": "0.1.1",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "lisong": "370381830@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/ALongWay/ALWAppResourcesManager.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "7.0"
20   },
21   "default_subspecs": "Core",
22   "subspecs": [
23     {
24       "name": "Core",
25       "source_files": "ALWAppResourcesManager/Classes/*.{h,m}"
26     },
27     {
28       "name": "WebP",
29       "source_files": "ALWAppResourcesManager/Classes/WebPExtension/**/*",
30       "dependencies": {
31         "ALWAppResourcesManager/Core": [
33         ],
34         "ALWlibwebp": [
35           "~> 0.1.4"
36         ]
37       }
38     },
39     {
40       "name": "MainProject",
41       "source_files": "ALWAppResourcesManager/Classes/MainProjectExtension/**/*",
42       "dependencies": {
43         "ALWAppResourcesManager/Core": [
45         ]
46       }
47     }
48   ]