[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / d / b / 2 / TunnelSDK / 0.0.2 / TunnelSDK.podspec.json
blob3a284222d76b889577ad5be1502808baed86b135
2   "name": "TunnelSDK",
3   "version": "0.0.2",
4   "summary": "A short description of TunnelSDK.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/fanglinwei/TunnelSDK",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "fun": "lw_fun@163.com"
13   },
14   "source": {
15     "git": "git@github.com:fanglinwei/TunnelSDK.git",
16     "tag": "0.0.2"
17   },
18   "platforms": {
19     "ios": "15.0"
20   },
21   "public_header_files": [
22     "TunnelSDK/Classes/**/*.h",
23     "TunnelSDK/Framework/*.framework/Headers/*.h"
24   ],
25   "module_name": "TunnelSDK",
26   "source_files": [
27     "TunnelSDK/Classes/**/*.{h,swift}",
28     "TunnelSDK/Framework/*.framework/Headers/*.h"
29   ],
30   "vendored_frameworks": "TunnelSDK/Framework/*.framework",
31   "pod_target_xcconfig": {
32     "OTHER_LDFLAGS": "-all_load",
33     "VALID_ARCHS": "x86_64 armv7 arm64"
34   }