LenzCameraNativeModuleForRN.podspec.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "name": "LenzCameraNativeModuleForRN",
  3. "version": "1.0.0",
  4. "summary": "A short description of LenzCameraNativeModuleForRN.",
  5. "description": "this is the long description",
  6. "homepage": "https://github.com/76930516@qq.com/LenzCameraNativeModuleForRN",
  7. "license": {
  8. "type": "MIT",
  9. "file": "LICENSE"
  10. },
  11. "authors": {
  12. "76930516@qq.com": "wangzhaowei1991@gmail.com"
  13. },
  14. "source": {
  15. "git": "https://github.com/76930516@qq.com/LenzCameraNativeModuleForRN.git",
  16. "tag": "1.0.0"
  17. },
  18. "platforms": {
  19. "ios": "11.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. "LenzTensorFlow.framework",
  48. "opencv2.framework"
  49. ],
  50. "libraries": [
  51. "sqlite3",
  52. "c++",
  53. "z"
  54. ],
  55. "dependencies": {
  56. "Masonry": [
  57. "1.1.0"
  58. ],
  59. "YYText": [
  60. ],
  61. "SVProgressHUD": [
  62. "~> 2.2.5"
  63. ],
  64. "TensorFlowLite": [
  65. "~> 1.13.1"
  66. ]
  67. }
  68. }