Nguyễn Trọng Đạt

Update HDRFramework.podspec.json

1 { 1 {
2 - "name": "HDRFramework", 2 + "name": "HDRKit",
3 "version": "1.0.0", 3 "version": "1.0.0",
4 - "summary": "HDRFramework is a part of HDR Library", 4 + "summary": "HDRKit is a part of HDR Library",
5 "license": "MIT", 5 "license": "MIT",
6 "homepage": "https://www.2nf.com.vn", 6 "homepage": "https://www.2nf.com.vn",
7 "authors": "datnt,cuongnq", 7 "authors": "datnt,cuongnq",
...@@ -9,8 +9,8 @@ ...@@ -9,8 +9,8 @@
9 "git": "https://gitlab.2nf.vn/R_D/HDRKit.git", 9 "git": "https://gitlab.2nf.vn/R_D/HDRKit.git",
10 "tag": "1.0.0" 10 "tag": "1.0.0"
11 }, 11 },
12 - "source_files": "IOS/hdrkit/HDRFramework/HDRFramework/**/*.{swift,h,m,c,cc,mm,cpp}", 12 + "source_files": "IOS/hdrkit/HDRKit/**/*.{swift,h,m,c,cc,mm,cpp}",
13 - "resources": "IOS/hdrkit/HDRFramework/HDRFramework/Resource/*.{png,jpeg,jpg,storyboard,xib,xcassets,txt,tflite,data}", 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 },
......