You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

39 lines
1.5 KiB

6 years ago
  1. {
  2. "name": "LTMorphingLabel",
  3. "version": "0.5.3",
  4. "summary": "Graceful morphing effects for UILabel written in Swift.",
  5. "description": "A morphing UILabel subclass written in Swift.\nThe .Scale effect mimicked Apple's QuickType animation of iOS\n8 in WWDC 2014. New morphing effects are available as\nSwift extensions.",
  6. "homepage": "https://github.com/lexrus/LTMorphingLabel",
  7. "screenshots": [
  8. "https://cloud.githubusercontent.com/assets/219689/3491822/96bf5de6-059d-11e4-9826-a6f82025d1af.gif",
  9. "https://cloud.githubusercontent.com/assets/219689/3491838/ffc5aff2-059d-11e4-970c-6e2d7664785a.gif",
  10. "https://cloud.githubusercontent.com/assets/219689/3491840/173c2238-059e-11e4-9b33-dcd21edae9e2.gif",
  11. "https://cloud.githubusercontent.com/assets/219689/3491845/29bb0f8c-059e-11e4-9ef8-de56bec1baba.gif",
  12. "https://cloud.githubusercontent.com/assets/219689/3508789/31e9fafe-0690-11e4-9a76-ba3ef45eb53a.gif",
  13. "https://cloud.githubusercontent.com/assets/219689/3594949/815cd3e8-0caa-11e4-9738-278a9c959478.gif"
  14. ],
  15. "license": {
  16. "type": "MIT",
  17. "file": "LICENSE"
  18. },
  19. "authors": {
  20. "Lex Tang": "lexrus@gmail.com"
  21. },
  22. "social_media_url": "https://twitter.com/lexrus",
  23. "platforms": {
  24. "ios": "8.0",
  25. "tvos": "9.0"
  26. },
  27. "source": {
  28. "git": "https://github.com/lexrus/LTMorphingLabel.git",
  29. "tag": "0.5.3"
  30. },
  31. "source_files": "LTMorphingLabel/*.{h,swift}",
  32. "resources": "LTMorphingLabel/Particles/*.png",
  33. "frameworks": [
  34. "UIKit",
  35. "Foundation",
  36. "QuartzCore"
  37. ],
  38. "requires_arc": true
  39. }