Nguyễn Trọng Đạt

[Fix] HDRKit (1.0.0)

1 { 1 {
2 "name": "HDRKit", 2 "name": "HDRKit",
3 + "module_name": "HDRKit",
3 "version": "1.0.0", 4 "version": "1.0.0",
4 "summary": "HDRKit is a part of HDR Library", 5 "summary": "HDRKit is a part of HDR Library",
5 "license": "MIT", 6 "license": "MIT",
...@@ -9,8 +10,7 @@ ...@@ -9,8 +10,7 @@
9 "git": "https://gitlab.2nf.vn/R_D/HDRKit.git", 10 "git": "https://gitlab.2nf.vn/R_D/HDRKit.git",
10 "tag": "1.0.0" 11 "tag": "1.0.0"
11 }, 12 },
12 - "source_files": "IOS/hdrkit/HDRKit/**/*.{swift,h,m,c,cc,mm,cpp}", 13 + "vendored_frameworks": "IOS/hdrkit/HDRKit.xcframework",
13 - "resources": "IOS/hdrkit/HDRKit/Resource/*.{png,jpeg,jpg,storyboard,xib,xcassets,txt,tflite,data}",
14 "platforms": { 14 "platforms": {
15 "ios": "13.0" 15 "ios": "13.0"
16 }, 16 },
......