[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 3 / f / e / YYApplicationModule / 0.0.1 / YYApplicationModule.podspec.json
blob219472e7d55aafae7048a972fe14bbbdbab557f5
2   "name": "YYApplicationModule",
3   "version": "0.0.1",
4   "summary": "管理组件化的Application",
5   "description": "管理组件化的Application。方便组件化新建组件工程的运行,保持运行环境的一致性。在每个工程中只需额外维护'YYConfigurationClass'的分类,实现'YYConfigurationProtocol'即可快速、独立搭建组件工程。",
6   "homepage": "https://github.com/yuanyuan100/YYApplicationModule",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "yuanyuan100": "469092943@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/yuanyuan100/YYApplicationModule.git",
16     "tag": "0.0.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "YYApplicationModule/Classes/**/*.{h,m}",
22   "frameworks": [
23     "UIKit",
24     "Foundation"
25   ]