[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / a / 0 / 5 / UIModule / 1.0.1 / UIModule.podspec.json
blob311fd11ab3eb2969918744007e3ecd94512a6617
2   "name": "UIModule",
3   "version": "1.0.1",
4   "summary": "测试模块打包和方法调用",
5   "description": "测试模块打包和方法调用针对模块化应用和功能",
6   "homepage": "https://github.com/UIModule",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "requires_arc": true,
12   "authors": {
13     "lgy881228": "510687394@qq.com"
14   },
15   "platforms": {
16     "ios": "11.0"
17   },
18   "source": {
19     "git": "https://github.com/lgy881228/UIModule.git",
20     "tag": "1.0.1"
21   },
22   "source_files": "UIModuleClass/*.{h,m}",
23   "public_header_files": "UIModuleClass/*.h",
24   "frameworks": "UIKit",
25   "pod_target_xcconfig": {
26     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
27   },
28   "dependencies": {
29     "XEngineSDK": [
31     ],
32     "LSRFramework": [
33       "~>1.1.1"
34     ]
35   }