[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 5 / 9 / d / UIDefaultFont / 1.0.0 / UIDefaultFont.podspec.json
blob23bcf357a4694fe7e01aea837f1f1c5244c5e8fd
2   "name": "UIDefaultFont",
3   "version": "1.0.0",
4   "summary": "Replace the system font in the whole app easily",
5   "description": "Replace the system font in the whole app easily.\nThis micro libray is simply just a swizzle of the default UIFont method, regarding system font.\nWe UIDefaultFont you can replace the default system font with a couple of lines.",
6   "homepage": "https://github.com/gaelfoppolo/UIDefaultFont",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Gaël Foppolo": "me@gaelfoppolo.com"
13   },
14   "social_media_url": "http://twitter.com/gaelugio",
15   "platforms": {
16     "ios": "10.0"
17   },
18   "source": {
19     "git": "https://github.com/gaelfoppolo/UIDefaultFont.git",
20     "tag": "1.0.0"
21   },
22   "source_files": "Sources/**/*",
23   "documentation_url": "https://gaelfoppolo.github.io/UIDefaultFont",
24   "pushed_with_swift_version": "4.0"