core_location_fluttify.podspec.json 665 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "name": "core_location_fluttify",
  3. "version": "0.0.1",
  4. "summary": "A new Flutter project.",
  5. "description": "A new Flutter project.",
  6. "homepage": "http://example.com",
  7. "license": {
  8. "file": "../LICENSE"
  9. },
  10. "authors": {
  11. "Your Company": "email@example.com"
  12. },
  13. "source": {
  14. "path": "."
  15. },
  16. "source_files": "Classes/**/*",
  17. "public_header_files": "Classes/**/*.h",
  18. "dependencies": {
  19. "Flutter": [
  20. ]
  21. },
  22. "platforms": {
  23. "ios": "8.0"
  24. },
  25. "frameworks": [
  26. "CoreLocation"
  27. ],
  28. "static_framework": true,
  29. "pod_target_xcconfig": {
  30. "DEFINES_MODULE": "YES",
  31. "VALID_ARCHS[sdk=iphonesimulator*]": "x86_64"
  32. }
  33. }