[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 0 / a / f / TUIBeauty / 1.3.1 / TUIBeauty.podspec.json
blob55cbed61aa87f6a30a395a9b51f83a837aeac856
2   "name": "TUIBeauty",
3   "version": "1.3.1",
4   "platforms": {
5     "ios": "9.0"
6   },
7   "license": {
8     "type": "MIT",
9     "file": "iOS/TUIBeauty/LICENSE"
10   },
11   "homepage": "https://github.com/tencentyun/TUIRoomKit",
12   "authors": "tencent video cloud",
13   "summary": "针对企业会议、在线课堂、网络沙龙等多人音视频场景的美颜挂件.",
14   "source": {
15     "git": "https://github.com/tencentyun/TUIRoomKit.git",
16     "tag": "v1.3.1"
17   },
18   "xcconfig": {
19     "VALID_ARCHS": "armv7 arm64 x86_64"
20   },
21   "requires_arc": true,
22   "static_framework": true,
23   "dependencies": {
24     "Masonry": [
26     ],
27     "SSZipArchive": [
29     ],
30     "TUICore": [
32     ]
33   },
34   "pod_target_xcconfig": {
35     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
36   },
37   "user_target_xcconfig": {
38     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
39   },
40   "ios": {
41     "frameworks": [
42       "AVFoundation",
43       "Accelerate",
44       "AssetsLibrary",
45       "CoreML",
46       "JavaScriptCore",
47       "CoreFoundation",
48       "MetalPerformanceShaders",
49       "CoreTelephony"
50     ]
51   },
52   "source_files": "iOS/TUIBeauty/Source/**/*.{h,m,mm,c}",
53   "public_header_files": "iOS/TUIBeauty/Source/PublicHeader/*.h",
54   "libraries": [
55     "c++",
56     "resolv",
57     "sqlite3"
58   ],
59   "resource_bundles": {
60     "TUIBeautyKitBundle": [
61       "iOS/TUIBeauty/Resources/**/*.strings",
62       "iOS/TUIBeauty/Resources/*.xcassets",
63       "iOS/TUIBeauty/Resources/*.bundle",
64       "iOS/TUIBeauty/Resources/*.mp4",
65       "iOS/TUIBeauty/Resources/*.json",
66       "iOS/TUIBeauty/Resources/BeautyResource/*",
67       "iOS/TUIBeauty/Resources/Xmagic/BeautyRes/*",
68       "iOS/TUIBeauty/Resources/Xmagic/*.json",
69       "iOS/TUIBeauty/Resources/Xmagic/*.bundle"
70     ]
71   },
72   "default_subspecs": "Default",
73   "subspecs": [
74     {
75       "name": "Default",
76       "dependencies": {
77         "XMagic": [
78           "2.5.0.250"
79         ]
80       }
81     },
82     {
83       "name": "Smart",
84       "dependencies": {
85         "XMagic_Smart": [
86           "2.5.0.250"
87         ]
88       }
89     }
90   ]