[Add] AmazonIVSPlayer 1.36.0-rc.2
[CocoaPods.git] / Specs / 5 / 9 / d / UIDefaultFont / 0.2 / UIDefaultFont.podspec.json
blobead50ee895b1532a8189e12f0573709533308885
2   "name": "UIDefaultFont",
3   "version": "0.2",
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   "source": {
16     "git": "https://github.com/gaelfoppolo/UIDefaultFont.git",
17     "tag": "0.2"
18   },
19   "platforms": {
20     "ios": "10.0"
21   },
22   "pod_target_xcconfig": {
23     "SWIFT_VERSION": "3.2"
24   },
25   "requires_arc": true,
26   "source_files": "UIDefaultFont/Classes/**/*",
27   "pushed_with_swift_version": "3.2"