Showing
1 changed file
with
43 additions
and
0 deletions
HDRKit/1.0.3/HDRKit.podspec.json
0 → 100644
| 1 | +{ | ||
| 2 | + "name": "HDRKit", | ||
| 3 | + "module_name": "HDRKit", | ||
| 4 | + "version": "1.0.3", | ||
| 5 | + "summary": "HDRKit is a part of HDR Library", | ||
| 6 | + "license": "MIT", | ||
| 7 | + "homepage": "https://www.2nf.com.vn", | ||
| 8 | + "authors": "datnt,cuongnq", | ||
| 9 | + "source": { | ||
| 10 | + "http": "https://rnd.2nf.com.vn/download/ios/HDRKit-1.0.3.tar.gz" | ||
| 11 | + }, | ||
| 12 | + "vendored_frameworks": "Frameworks/HDRKit.xcframework", | ||
| 13 | + "platforms": { | ||
| 14 | + "ios": "12.0" | ||
| 15 | + }, | ||
| 16 | + "swift_versions": "5.0", | ||
| 17 | + "static_framework": true, | ||
| 18 | + "dependencies": { | ||
| 19 | + "TensorFlowLiteSwift/Metal": [ | ||
| 20 | + "~> 2.6.0" | ||
| 21 | + ], | ||
| 22 | + "TensorFlowLiteSelectTfOps": [ | ||
| 23 | + "~> 2.6.0" | ||
| 24 | + ], | ||
| 25 | + "FirebaseAnalytics": [ | ||
| 26 | + | ||
| 27 | + ], | ||
| 28 | + "FirebaseCrashlytics": [ | ||
| 29 | + | ||
| 30 | + ] | ||
| 31 | + }, | ||
| 32 | + "pod_target_xcconfig": { | ||
| 33 | + "VALID_ARCHS": "$(ARCHS_STANDARD)", | ||
| 34 | + "VALID_ARCHS[sdk=iphoneos*]": "arm64", | ||
| 35 | + "EXCLUDED_ARCHS[sdk=iphoneosimulator*]": "arm64" | ||
| 36 | + }, | ||
| 37 | + "user_target_xcconfig": { | ||
| 38 | + "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64", | ||
| 39 | + "BUILD_LIBRARY_FOR_DISTRIBUTION": "YES", | ||
| 40 | + "SKIP_INSTALL": "NO" | ||
| 41 | + }, | ||
| 42 | + "swift_version": "5.0" | ||
| 43 | +} |
-
Please register or sign in to post a comment