| { |
| "name": "UIDefaultFont", |
| "version": "0.4", |
| "summary": "Replace the system font in the whole app easily", |
| "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.", |
| "homepage": "https://github.com/gaelfoppolo/UIDefaultFont", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Gaƫl Foppolo": "me@gaelfoppolo.com" |
| }, |
| "social_media_url": "http://twitter.com/gaelugio", |
| "source": { |
| "git": "https://github.com/gaelfoppolo/UIDefaultFont.git", |
| "tag": "0.4" |
| }, |
| "platforms": { |
| "ios": "10.0" |
| }, |
| "pod_target_xcconfig": { |
| "SWIFT_VERSION": "4.0" |
| }, |
| "requires_arc": true, |
| "source_files": "UIDefaultFont/Classes/**/*", |
| "pushed_with_swift_version": "4.0" |
| } |