[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 0 / f / 7 / LTMorphingLabel / 0.0.3 / LTMorphingLabel.podspec.json
blob6ada07b3fdca2d7eda3a77490fb79f6b5206b6e9
2   "name": "LTMorphingLabel",
3   "version": "0.0.3",
4   "summary": "Graceful morphing effects for UILabel written in Swift.",
5   "description": "                   A morphing UILabel subclass written in Swift.\n                   The .Scale effect is originally introduced by Apple in WWDC 2014.\n                   New morphing effects are available as Swift extensions.\n",
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": "http://twitter.com/lexrus",
23   "platforms": {
24     "ios": "7.0"
25   },
26   "source": {
27     "git": "https://github.com/lexrus/LTMorphingLabel.git",
28     "tag": "0.0.3"
29   },
30   "source_files": "LTMorphingLabel/*.{h,swift}",
31   "resources": "LTMorphingLabel/Particles/*.png",
32   "frameworks": [
33     "UIKit",
34     "Foundation",
35     "QuartzCore"
36   ],
37   "requires_arc": true