[Add] Shakuro.PoliteCoreData 1.8.2
[CocoaPods.git] / Specs / 0 / f / 7 / LTMorphingLabel / 0.9.3 / LTMorphingLabel.podspec.json
blob86c8f243b7883fea9651397e3f25ebb7f03f63ca
2   "name": "LTMorphingLabel",
3   "version": "0.9.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": "9.0",
25     "tvos": "9.0"
26   },
27   "swift_versions": [
28     "5.3"
29   ],
30   "source": {
31     "git": "https://github.com/lexrus/LTMorphingLabel.git",
32     "tag": "0.9.3"
33   },
34   "source_files": "LTMorphingLabel/*.{h,swift}",
35   "resources": "LTMorphingLabel/Particles/*.png",
36   "frameworks": [
37     "UIKit",
38     "Foundation",
39     "QuartzCore"
40   ],
41   "requires_arc": true,
42   "swift_version": "5.3"