blob: 56eb0567129516973dc970a8390a90effc74a906 [file] [log] [blame]
{
"name": "TapFontKit-iOS",
"version": "0.0.1",
"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": "12.0"
},
"swift_versions": "4.0",
"source": {
"git": "https://github.com/Tap-Payments/TapFontKit-iOS.git",
"tag": "0.0.1"
},
"source_files": "TapFontKit-iOS/TapFontKit-iOS/Core/**/*.{h,m,swift}",
"exclude_files": "Classes/Exclude",
"resources": "TapFontKit-iOS/TapFontKit-iOS/Resources/**/*.{ttf}",
"dependencies": {
"SwiftLint": [
],
"TapSwiftFixes": [
]
},
"swift_version": "4.0"
}