[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 4 / 6 / 0 / KUniMPSDK / 0.0.10 / KUniMPSDK.podspec.json
blob23d93c32cdf5af91b1d5d0f22d5664de10ac523e
2   "name": "KUniMPSDK",
3   "version": "0.0.10",
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   "pod_target_xcconfig": {
15     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
16   },
17   "source": {
18     "git": "https://github.com/meterlisence/KUniMPSDK.git",
19     "tag": "0.0.10"
20   },
21   "source_files": [
22     "KUniMPSDK",
23     "KUniMPSDK/**/*.{h}"
24   ],
25   "resources": "KUniMPSDK/Core/Resources/*.{js,ttf,dat,png,bundle}",
26   "static_framework": true,
27   "frameworks": [
28     "JavaScriptCore",
29     "CoreMedia",
30     "MediaPlayer",
31     "AVFoundation",
32     "AVKit",
33     "GLKit",
34     "OpenGLES",
35     "CoreText",
36     "QuartzCore",
37     "CoreGraphics",
38     "QuickLook",
39     "CoreTelephony",
40     "AssetsLibrary",
41     "CoreLocation",
42     "AddressBook"
43   ],
44   "libraries": [
45     "iconv",
46     "xml2",
47     "c++"
48   ],
49   "vendored_frameworks": "KUniMPSDK/Core/Libs/*.{framework}",
50   "requires_arc": true,
51   "xcconfig": {
52     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
53   },
54   "dependencies": {
55     "SDWebImage": [
56       "~> 5.18.3"
57     ],
58     "SDWebImageWebPCoder": [
59       "~> 0.14.0"
60     ]
61   },
62   "user_target_xcconfig": {
63     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
64   }