[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / b / 1 / d / UIView+CustomFonts / 1.0.0 / UIView+CustomFonts.podspec.json
blob26aef68b461c3c2074f7b9e972976ccd47a648b7
2   "name": "UIView+CustomFonts",
3   "version": "1.0.0",
4   "summary": "Change font family without changing the size",
5   "description": "                       One line of code to change a custom font for a view, and also it's subviews\n\n                       Affects these views:\n                       * UILabel\n                       * UIButton\n                       * UITextField\n                       * UITextView\n",
6   "homepage": "https://github.com/samwize/UIView-CustomFonts",
7   "license": "MIT",
8   "authors": {
9     "Junda": "junda@just2us.com"
10   },
11   "source": {
12     "git": "https://github.com/samwize/UIView-CustomFonts.git",
13     "tag": "1.0.0"
14   },
15   "social_media_url": "https://twitter.com/samwize",
16   "platforms": {
17     "ios": "5.0"
18   },
19   "requires_arc": true,
20   "source_files": "Classes/*.{h,m}"