Showing
1 changed file
with
41 additions
and
0 deletions
HDRFramework/1.0.0/HDRFramework.podspec.json
0 → 100644
| 1 | +{ | ||
| 2 | + "name": "HDRFramework", | ||
| 3 | + "version": "1.0.0", | ||
| 4 | + "summary": "HDRFramework is a part of HDR Library", | ||
| 5 | + "license": "MIT", | ||
| 6 | + "homepage": "https://www.2nf.com.vn", | ||
| 7 | + "authors": "datnt,cuongnq", | ||
| 8 | + "source": { | ||
| 9 | + "git": "https://gitlab.2nf.vn/R_D/HDRKit.git", | ||
| 10 | + "tag": "1.0.0" | ||
| 11 | + }, | ||
| 12 | + "source_files": "IOS/hdrkit/HDRFramework/HDRFramework/**/*.{swift,h,m,c,cc,mm,cpp}", | ||
| 13 | + "resources": "IOS/hdrkit/HDRFramework/HDRFramework/Resource/*.{png,jpeg,jpg,storyboard,xib,xcassets,txt,tflite,data}", | ||
| 14 | + "platforms": { | ||
| 15 | + "ios": "13.0" | ||
| 16 | + }, | ||
| 17 | + "swift_versions": "5.0", | ||
| 18 | + "static_framework": true, | ||
| 19 | + "dependencies": { | ||
| 20 | + "TensorFlowLiteSwift/Metal": [ | ||
| 21 | + "~> 2.6.0" | ||
| 22 | + ], | ||
| 23 | + "TensorFlowLiteSelectTfOps": [ | ||
| 24 | + "~> 2.6.0" | ||
| 25 | + ], | ||
| 26 | + "GoogleMLKit/TextRecognition": [ | ||
| 27 | + "2.2.0" | ||
| 28 | + ] | ||
| 29 | + }, | ||
| 30 | + "pod_target_xcconfig": { | ||
| 31 | + "VALID_ARCHS": "$(ARCHS_STANDARD)", | ||
| 32 | + "VALID_ARCHS[sdk=iphoneos*]": "arm64", | ||
| 33 | + "EXCLUDED_ARCHS[sdk=iphoneosimulator*]": "arm64" | ||
| 34 | + }, | ||
| 35 | + "user_target_xcconfig": { | ||
| 36 | + "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64", | ||
| 37 | + "BUILD_LIBRARY_FOR_DISTRIBUTION": "YES", | ||
| 38 | + "SKIP_INSTALL": "NO" | ||
| 39 | + }, | ||
| 40 | + "swift_version": "5.0" | ||
| 41 | +} |
-
Please register or sign in to post a comment