Eureka.podspec.json 657 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "Eureka",
  3. "version": "5.3.6",
  4. "license": "MIT",
  5. "summary": "Elegant iOS Forms in pure Swift",
  6. "homepage": "https://github.com/xmartlabs/Eureka",
  7. "social_media_url": "http://twitter.com/xmartlabs",
  8. "authors": {
  9. "Martin Barreto": "martin@xmartlabs.com",
  10. "Mathias Claassen": "mathias@xmartlabs.com"
  11. },
  12. "source": {
  13. "git": "https://github.com/xmartlabs/Eureka.git",
  14. "tag": "5.3.6"
  15. },
  16. "platforms": {
  17. "ios": "9.0"
  18. },
  19. "ios": {
  20. "frameworks": [
  21. "UIKit",
  22. "Foundation"
  23. ]
  24. },
  25. "source_files": "Source/**/*.swift",
  26. "requires_arc": true,
  27. "swift_versions": "5.0",
  28. "swift_version": "5.0"
  29. }