LenzCameraNativeModuleForRN.podspec.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  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. "prefix_header_contents": "#import \"PCSSDF-prefix-header.h\"",
  47. "vendored_frameworks": [
  48. "LenzTensorFlow.framework",
  49. "opencv2.framework"
  50. ],
  51. "libraries": [
  52. "sqlite3",
  53. "c++",
  54. "z"
  55. ],
  56. "dependencies": {
  57. "Masonry": [
  58. "1.1.0"
  59. ],
  60. "TensorFlowLite": [
  61. "~> 1.13.1"
  62. ]
  63. }
  64. }