[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 3 / d / 8 / TUCCore / 0.0.4 / TUCCore.podspec.json
blob3e12778355ade3c59958956508c5d182cc2e6c76
2   "name": "TUCCore",
3   "version": "0.0.4",
4   "summary": "TUCCore for iOS",
5   "description": "A short description of TuSDK",
6   "homepage": "https://tutucloud.com/",
7   "license": {
8     "type": "Commercial",
9     "text": "© 2014–2022 TUTUCLOUD Technology Co., Ltd."
10   },
11   "authors": {
12     "TuSDK Team": "support@tusdk.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "pod_target_xcconfig": {
18     "OTHER_LDFLAGS": "$(inherited) -ObjC",
19     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
20   },
21   "user_target_xcconfig": {
22     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
23   },
24   "source": {
25     "git": "https://github.com/futurearn/TUCCore.git",
26     "tag": "0.0.4"
27   },
28   "requires_arc": true,
29   "subspecs": [
30     {
31       "name": "Core",
32       "vendored_frameworks": [
33         "TuSDKPulse.framework",
34         "TuSDKPulseCore.framework"
35       ]
36     },
37     {
38       "name": "Eva",
39       "vendored_frameworks": "TuSDKPulseEva.framework"
40     },
41     {
42       "name": "Editor",
43       "vendored_frameworks": "TuSDKPulseEditor.framework"
44     }
45   ]