[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 3 / b / c / AnimatedBlurLabel / 1.0.1 / AnimatedBlurLabel.podspec.json
blob2d25efec70fe8deff2828d23d57f1a78ffb1a7ae
2   "name": "AnimatedBlurLabel",
3   "version": "1.0.1",
4   "summary": "Subclass of UILabel for animating the blurring and unblurring of text in iOS",
5   "description": "Label for animating the blurring and unblurring of text in iOS — written in Swift",
6   "homepage": "https://github.com/mkoehnke/AnimatedBlurLabel",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "Mathias Köhnke",
12   "platforms": {
13     "ios": "9.0"
14   },
15   "source": {
16     "git": "https://github.com/mkoehnke/AnimatedBlurLabel.git",
17     "tag": "1.0.1"
18   },
19   "source_files": [
20     "AnimatedBlurLabel",
21     "AnimatedBlurLabel/**/*.{swift}"
22   ],
23   "exclude_files": "Classes/Exclude",
24   "requires_arc": true