IQKeyboardManagerSwift.podspec.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. {
  2. "name": "IQKeyboardManagerSwift",
  3. "version": "6.5.12",
  4. "source": {
  5. "git": "https://github.com/hackiftekhar/IQKeyboardManager.git",
  6. "tag": "6.5.12"
  7. },
  8. "summary": "Codeless drop-in universal library allows to prevent issues of keyboard sliding up and cover UITextField/UITextView.",
  9. "homepage": "https://github.com/hackiftekhar/IQKeyboardManager",
  10. "screenshots": "https://raw.githubusercontent.com/hackiftekhar/IQKeyboardManager/master/Screenshot/IQKeyboardManagerScreenshot.png",
  11. "license": "MIT",
  12. "authors": {
  13. "Iftekhar Qurashi": "hack.iftekhar@gmail.com"
  14. },
  15. "platforms": {
  16. "ios": "11.0"
  17. },
  18. "swift_versions": [
  19. "4.2",
  20. "5.0",
  21. "5.1",
  22. "5.2",
  23. "5.3",
  24. "5.4",
  25. "5.5",
  26. "5.6",
  27. "5.7",
  28. "5.8"
  29. ],
  30. "source_files": "IQKeyboardManagerSwift/**/*.{swift}",
  31. "frameworks": [
  32. "UIKit",
  33. "Foundation",
  34. "CoreGraphics",
  35. "QuartzCore"
  36. ],
  37. "libraries": "swiftCoreGraphics",
  38. "xcconfig": {
  39. "LIBRARY_SEARCH_PATHS": "$(SDKROOT)/usr/lib/swift"
  40. },
  41. "requires_arc": true,
  42. "swift_version": "5.8"
  43. }