[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 4 / 6 / 0 / KUniMPSDK / 0.0.7 / KUniMPSDK.podspec.json
blobf7b610f42c1d0c2a1b7ad71069a22cfad0fdb838
2   "name": "KUniMPSDK",
3   "version": "0.0.7",
4   "summary": "UniMPSDK for KKliao static lib.",
5   "description": "this static lib for KKLiao program, it's static lib come from UniMPSDK",
6   "homepage": "https://github.com/meterlisence/KUniMPSDK",
7   "license": "MIT",
8   "authors": {
9     "meterlisence": "meterlisence@gmail.com"
10   },
11   "platforms": {
12     "ios": "13.0"
13   },
14   "source": {
15     "git": "https://github.com/meterlisence/KUniMPSDK.git",
16     "tag": "0.0.7"
17   },
18   "source_files": [
19     "KUniMPSDK",
20     "KUniMPSDK/**/*.{h}"
21   ],
22   "resources": "KUniMPSDK/Core/Resources/*.{js,ttf,dat,png}",
23   "static_framework": true,
24   "frameworks": [
25     "JavaScriptCore",
26     "CoreMedia",
27     "MediaPlayer",
28     "AVFoundation",
29     "AVKit",
30     "GLKit",
31     "OpenGLES",
32     "CoreText",
33     "QuartzCore",
34     "CoreGraphics",
35     "QuickLook",
36     "CoreTelephony",
37     "AssetsLibrary",
38     "CoreLocation",
39     "AddressBook"
40   ],
41   "libraries": [
42     "iconv",
43     "xml2",
44     "c++"
45   ],
46   "vendored_libraries": "KUniMPSDK/Core/Libs/*.{a}",
47   "vendored_frameworks": "KUniMPSDK/Core/Libs/*.{framework}",
48   "requires_arc": true,
49   "xcconfig": {
50     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
51   },
52   "pod_target_xcconfig": {
53     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
54   },
55   "user_target_xcconfig": {
56     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
57   }