[Add] RegulaCommonNightly 7.5.946
[CocoaPods.git] / Specs / 5 / b / 4 / NvShortVideoEdit / 0.0.1 / NvShortVideoEdit.podspec.json
blobbb90e5a5925fcc91d60d5d7824090cd999c7f7fc
2   "name": "NvShortVideoEdit",
3   "version": "0.0.1",
4   "summary": "the editor module",
5   "description": "the media asset editor",
6   "homepage": "https://www.meishesdk.com",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "meishe": "meicamapp@meishesdk.com"
13   },
14   "source": {
15     "git": "https://github.com/meicambeijing/NvShortVideoEdit_iOS.git",
16     "tag": "0.0.1"
17   },
18   "platforms": {
19     "ios": "12.0"
20   },
21   "static_framework": false,
22   "ios": {
23     "requires_arc": true,
24     "pod_target_xcconfig": {
25       "SWIFT_VERSION": "5.0",
26       "ENABLE_BITCODE": "NO",
27       "DEFINES_MODULE": "YES",
28       "BUILD_LIBRARIES_FOR_DISTRIBUTION": "YES"
29     },
30     "source_files": "SourceFiles/*",
31     "public_header_files": "SourceFiles/*.h",
32     "vendored_frameworks": [
33       "Frameworks/MNN.xcframework",
34       "Frameworks/NvStreamingSdkCore.xcframework",
35       "Frameworks/NvMSAutoTemplate.xcframework",
36       "Frameworks/NvShortVideoCore.xcframework"
37     ],
38     "dependencies": {
39       "SSZipArchive": [
41       ],
42       "SDWebImageWebPCoder": [
44       ]
45     }
46   }