[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 8 / 2 / 9 / XHWLCloudTalk / 1.0.17 / XHWLCloudTalk.podspec.json
blob38cece1f9deedeab59ac587967098871fecfcb8b
2   "name": "XHWLCloudTalk",
3   "version": "1.0.17",
4   "summary": "A short description of XHWLCloudTalk",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "http://gitlab.xh-mind.com/smart_hard/XHWLCloudTalk",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "285282227@qq.com": "285282227@qq.com"
13   },
14   "source": {
15     "git": "http://gitlab.xh-mind.com/smart_hard/XHWLCloudTalk.git",
16     "tag": "1.0.17"
17   },
18   "swift_versions": "5.0",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "requires_arc": [
23     "XHWLCloudTalk/Classes/Source/**/*",
24     "XHWLCloudTalk/Classes/Utils/**/*"
25   ],
26   "pod_target_xcconfig": {
27     "ENABLE_BITCODE": "NO",
28     "DEFINES_MODULE": "YES",
29     "VALID_ARCHS[sdk=iphonesimulator*]": ""
30   },
31   "resource_bundles": {
32     "XHWLCloudTalk": [
33       "XHWLCloudTalk/Assets/**/*",
34       "XHWLCloudTalk/Classes/**/*.{xib,storyboard}"
35     ]
36   },
37   "frameworks": [
38     "Accelerate",
39     "AVFoundation",
40     "CoreGraphics",
41     "CoreMedia",
42     "CoreTelephony",
43     "CoreVideo",
44     "ImageIO",
45     "JavaScriptCore",
46     "OpenAL",
47     "OpenGLES",
48     "PushKit",
49     "QuartzCore",
50     "SystemConfiguration",
51     "UserNotifications",
52     "VideoToolbox"
53   ],
54   "libraries": [
55     "bz2",
56     "c++",
57     "iconv",
58     "icucore",
59     "resolv",
60     "sqlite3",
61     "System",
62     "z"
63   ],
64   "dependencies": {
65     "MZTimerLabel": [
66       ">= 0.5.4"
67     ],
68     "MJRefresh": [
69       ">= 3.3.1"
70     ],
71     "MJExtension": [
72       ">= 3.2.1"
73     ],
74     "HandyJSON": [
75       ">= 5.0.1"
76     ],
77     "Alamofire": [
78       ">= 4.7.3"
79     ],
80     "SnapKit": [
81       "<= 4.2.0"
82     ],
83     "SVProgressHUD": [
85     ]
86   },
87   "vendored_frameworks": [
88     "XHWLCloudTalk/Framework/DPCallSDK/DPCallSDK.framework",
89     "XHWLCloudTalk/Framework/ILiveSDK/AVSDK/QAVSDK.framework",
90     "XHWLCloudTalk/Framework/ILiveSDK/ILiveSDK/ILiveLogReport.framework",
91     "XHWLCloudTalk/Framework/ILiveSDK/ILiveSDK/ILiveSDK.framework",
92     "XHWLCloudTalk/Framework/ILiveSDK/ILiveSDK/TILLiveSDK.framework",
93     "XHWLCloudTalk/Framework/ILiveSDK/IMSDK/IMCore.framework",
94     "XHWLCloudTalk/Framework/ILiveSDK/IMSDK/ImSDK.framework",
95     "XHWLCloudTalk/Framework/ILiveSDK/IMSDK/IMSDKBugly.framework",
96     "XHWLCloudTalk/Framework/ILiveSDK/IMSDK/QALSDK.framework",
97     "XHWLCloudTalk/Framework/ILiveSDK/IMSDK/TLSSDK.framework"
98   ],
99   "subspecs": [
100     {
101       "name": "Source",
102       "source_files": "XHWLCloudTalk/Classes/Source/*.{h,m,swift}",
103       "subspecs": [
104         {
105           "name": "Controllers",
106           "source_files": "XHWLCloudTalk/Classes/Source/Controllers/**/*.{h,m,swift}"
107         },
108         {
109           "name": "Models",
110           "source_files": "XHWLCloudTalk/Classes/Source/Models/**/*.{h,m,swift}"
111         },
112         {
113           "name": "Views",
114           "source_files": "XHWLCloudTalk/Classes/Source/Views/**/*.{h,m,swift}"
115         },
116         {
117           "name": "DPCallManager",
118           "source_files": "XHWLCloudTalk/Classes/Source/DPCallManager/**/*.{h,m,swift}"
119         },
120         {
121           "name": "IMTengXun",
122           "source_files": "XHWLCloudTalk/Classes/Source/IMTengXun/**/*.{h,m,swift}"
123         }
124       ]
125     },
126     {
127       "name": "Utils",
128       "source_files": "XHWLCloudTalk/Classes/Utils/**/*.{h,m,swift}"
129     },
130     {
131       "name": "MRC",
132       "source_files": "XHWLCloudTalk/Classes/MRC/**/*.{h,m,swift}"
133     }
134   ],
135   "swift_version": "5.0"