blob: 945f12335f77f46d8f355283c4bfbdf9002ff2a6 [file] [log] [blame]
{
"name": "AutoScalableFonts",
"version": "1.0.0",
"summary": "Scale the font for UILabel and UITextView proportionally across all the screen sizes.",
"description": "Scale the font for UILabel and UITextView proportionally across all the screen sizes. Just define the screen size to be used as reference for scaling and the library will update all the instances of the UILabel and UITextView automatically.",
"homepage": "https://github.com/Pratik948/AutoScalableFonts",
"license": "MIT",
"authors": {
"Pratik948": "jamariyapratik@gmail.com"
},
"social_media_url": "https://twitter.com/pratikjamariya",
"swift_versions": [
"5.2"
],
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/Pratik948/AutoScalableFonts.git",
"tag": "1.0.0"
},
"source_files": [
"Classes",
"AutoScalableFonts/**/*.{h,m,swift}"
],
"swift_version": "5.2"
}