blob: 5e0059b017a936525a587d7b71d17d24356fa2c0 [file] [log] [blame]
{
"name": "TapFontKit-iOS",
"version": "0.0.7",
"summary": "A private usage kit to ease loading localized fonts throughout different Tap Kits.",
"description": "A private usage kit to ease loading localized fonts throughout different Tap Kits. It does the registering, mapping, loading and localizing the fonts based on the language identifier passed.",
"homepage": "https://github.com/Tap-Payments/TapFontKit-iOS",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"O Rabie": "o.rabie@tap.company"
},
"platforms": {
"ios": "11.0"
},
"swift_versions": "4.0",
"source": {
"git": "https://github.com/Tap-Payments/TapFontKit-iOS.git",
"tag": "0.0.7"
},
"source_files": "TapFontKit-iOS/TapFontKit-iOS/Core/**/*.{h,m,swift}",
"exclude_files": "Classes/Exclude",
"resources": "TapFontKit-iOS/TapFontKit-iOS/Resources/**/*.{ttf}",
"dependencies": {
"TapSwiftFixes": [
]
},
"swift_version": "4.0"
}