blob: ead50ee895b1532a8189e12f0573709533308885 [file] [log] [blame]
{
"name": "UIDefaultFont",
"version": "0.2",
"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.2"
},
"platforms": {
"ios": "10.0"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.2"
},
"requires_arc": true,
"source_files": "UIDefaultFont/Classes/**/*",
"pushed_with_swift_version": "3.2"
}