LenzSDK.podspec.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "name": "LenzSDK",
  3. "version": "2.4.7",
  4. "summary": "A short description of LenzSDK.",
  5. "description": "this is the long description",
  6. "homepage": "http://39.96.8.150:10080/l405023944/LenzSDK_iOS.git",
  7. "license": {
  8. "type": "MIT",
  9. "file": "LICENSE"
  10. },
  11. "authors": {
  12. "76930516@qq.com": "wangzhaowei1991@gmail.com"
  13. },
  14. "source": {
  15. "git": "http://39.96.8.150:10080/l405023944/LenzSDK_iOS.git",
  16. "tag": "2.4.7"
  17. },
  18. "platforms": {
  19. "ios": "12.0"
  20. },
  21. "source_files": "LenzCameraNativeModuleForRN/Classes/**/*",
  22. "resource_bundles": {
  23. "LenzCameraNativeModuleForRN": [
  24. "LenzCameraNativeModuleForRN/Assets/*.{png,jpeg,jpg,storyboard,xib,xcassets,strings,tflite}",
  25. "LenzCameraNativeModuleForRN/Classes/inner/**/*.{png,jpeg,jpg,storyboard,xib,xcassets,strings}"
  26. ]
  27. },
  28. "public_header_files": "LenzCameraNativeModuleForRN/Classes/headers/*.h",
  29. "frameworks": [
  30. "UIKit",
  31. "MapKit",
  32. "WebKit",
  33. "AdSupport",
  34. "Accelerate",
  35. "MediaPlayer",
  36. "CoreData",
  37. "SystemConfiguration",
  38. "CoreServices",
  39. "AssetsLibrary",
  40. "CoreTelephony",
  41. "CoreMotion",
  42. "Photos",
  43. "AVFoundation",
  44. "CoreMedia"
  45. ],
  46. "vendored_frameworks": [
  47. "LenzTensorFlowSDK.framework",
  48. "LenzStitchSDK.framework"
  49. ],
  50. "libraries": [
  51. "c++",
  52. "z"
  53. ],
  54. "dependencies": {
  55. "Masonry": [
  56. "1.1.0"
  57. ],
  58. "YYText": [
  59. ],
  60. "YBImageBrowser": [
  61. ],
  62. "SVProgressHUD": [
  63. "~> 2.2.5"
  64. ],
  65. "OpenCV2": [
  66. "~> 4.3.0"
  67. ],
  68. "TensorFlowLite": [
  69. "~> 1.13.1"
  70. ]
  71. }
  72. }