[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 8 / 1 / 0 / JimuPro-Unity-Lib / 0.0.1 / JimuPro-Unity-Lib.podspec.json
blob7acb65b503ca53d9fa405142052b6b51452fa323
2   "name": "JimuPro-Unity-Lib",
3   "version": "0.0.1",
4   "summary": "JimuPro-Unity-Lib",
5   "description": "unity cocoapods project",
6   "homepage": "https://10.10.1.34/Jimu_Unity/JimuPro-Unity-Lib",
7   "license": "MIT",
8   "authors": {
9     "肖涓": "juan.xiao@ubtrobot.com"
10   },
11   "platforms": {
12     "ios": "10.0"
13   },
14   "source": {
15     "git": "git@gitlab.ubt.com:Jimu_Unity/JimuPro-Unity-Lib.git",
16     "tag": "0.0.1"
17   },
18   "source_files": [
19     "Classes/**/*.{h,m,mm,cpp}",
20     "Libraries/**/*.{h,m,mm,cpp}",
21     "UnityFramework/UnityFramework.h"
22   ],
23   "public_header_files": [
24     "Libraries/Plugins/**/*.h",
25     "UnityFramework/**/*.h"
26   ],
27   "frameworks": [
28     "AudioToolbox",
29     "AVFoundation",
30     "AVKit",
31     "Security",
32     "MediaToolbox",
33     "CoreText",
34     "CFNetwork",
35     "CoreGraphics",
36     "CoreLocation",
37     "CoreMedia",
38     "CoreMotion",
39     "CoreVideo",
40     "Foundation",
41     "OpenAL",
42     "OpenGLES",
43     "QuartzCore",
44     "SystemConfiguration",
45     "UIKit",
46     "Metal"
47   ],
48   "libraries": "iconv.2",
49   "vendored_libraries": [
50     "Libraries/libil2cpp.a",
51     "Libraries/libiPhone-lib.a"
52   ],
53   "prefix_header_file": false,
54   "requires_arc": true,
55   "info_plist": {
56     "Localization native development region": "$(DEVELOPMENT_LANGUAGE)",
57     "Bundle display name": "UnityFramework",
58     "Executable file": "$(EXECUTABLE_NAME)",
59     "Bundle identifier": "com.unity3d.framework",
60     "InfoDictionary version": "6.0",
61     "Bundle name": "$(PRODUCT_NAME)",
62     "Bundle OS Type code": "FMWK",
63     "Bundle versions string, short": "1.0",
64     "Principal class": "UnityFramework"
65   },
66   "compiler_flags": [
67     "-DINIT_SCRIPTING_BACKEND=1",
68     "-fno-strict-overflow",
69     "-DNET_4_0",
70     "-DRUNTIME_IL2CPP=1"
71   ],
72   "pod_target_xcconfig": {
73     "ARCHS": "$(ARCHS_STANDARD)",
74     "CLANG_CXX_LANGUAGE_STANDARD": "c++0x",
75     "CLANG_CXX_LIBRARY": "libc++",
76     "CLANG_ENABLE_OBJC_ARC": "YES",
77     "CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS": "YES",
78     "COPY_PHASE_STRIP": "YES",
79     "ENABLE_BITCODE": "NO",
80     "ENABLE_ON_DEMAND_RESOURCES": "NO",
81     "ALWAYS_SEARCH_USER_PATHS": "NO",
82     "GCC_ENABLE_CPP_EXCEPTIONS": "YES",
83     "GCC_PRECOMPILE_PREFIX_HEADER": "YES",
84     "GCC_SYMBOLS_PRIVATE_EXTERN": "YES",
85     "IPHONEOS_DEPLOYMENT_TARGET": "10.0",
86     "LD_GENERATE_MAP_FILE": "YES",
87     "MTL_ENABLE_DEBUG_INFO": "NO",
88     "PRODUCT_BUNDLE_IDENTIFIER": "com.unity3d.framework",
89     "UNITY_RUNTIME_VERSION": "2019.3.0b6",
90     "UNITY_SCRIPTING_BACKEND": "il2cpp",
91     "VALID_ARCHS": "arm64"
92   }