path_provider_foundation.podspec.json 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. {
  2. "name": "path_provider_foundation",
  3. "version": "0.0.1",
  4. "summary": "An iOS and macOS implementation of the path_provider plugin.",
  5. "description": "An iOS and macOS implementation of the Flutter plugin for getting commonly used locations on the filesystem.",
  6. "homepage": "https://github.com/flutter/packages/tree/main/packages/path_provider/path_provider_foundation",
  7. "license": {
  8. "type": "BSD",
  9. "file": "../LICENSE"
  10. },
  11. "authors": {
  12. "Flutter Dev Team": "flutter-dev@googlegroups.com"
  13. },
  14. "source": {
  15. "http": "https://github.com/flutter/packages/tree/main/packages/path_provider/path_provider_foundation"
  16. },
  17. "source_files": "path_provider_foundation/Sources/path_provider_foundation/**/*.swift",
  18. "ios": {
  19. "dependencies": {
  20. "Flutter": []
  21. },
  22. "xcconfig": {
  23. "LIBRARY_SEARCH_PATHS": "$(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME)/ $(SDKROOT)/usr/lib/swift",
  24. "LD_RUNPATH_SEARCH_PATHS": "/usr/lib/swift"
  25. }
  26. },
  27. "osx": {
  28. "dependencies": {
  29. "FlutterMacOS": []
  30. }
  31. },
  32. "platforms": {
  33. "ios": "12.0",
  34. "osx": "10.14"
  35. },
  36. "swift_versions": "5.0",
  37. "resource_bundles": {
  38. "path_provider_foundation_privacy": [
  39. "path_provider_foundation/Sources/path_provider_foundation/Resources/PrivacyInfo.xcprivacy"
  40. ]
  41. },
  42. "swift_version": "5.0"
  43. }