blob: b4ef7acf1013b3d8ebb3cf9efeb30773a0ba7d48 [file] [log] [blame]
{
"name": "TapFontsKit",
"platforms": {
"ios": "8.0"
},
"swift_versions": [
"4.0",
"4.2",
"5.0"
],
"summary": "Kit with fonts used in Tap mobile apps & frameworks.",
"requires_arc": true,
"version": "1.0.6",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Tap Payments": "hello@tap.company"
},
"homepage": "https://github.com/Tap-Payments/TapFontsKit",
"source": {
"git": "https://github.com/Tap-Payments/TapFontsKit.git",
"tag": "1.0.6"
},
"source_files": "TapFontsKit/Source/*.swift",
"ios": {
"resource_bundles": {
"Fonts": "TapFontsKit/Resources/*.ttf"
}
},
"dependencies": {
"TapAdditionsKit/Foundation/Bundle": [
">= 1.3.3"
],
"TapAdditionsKit/Foundation/Locale": [
">= 1.3.3"
],
"TapSwiftFixes/Threading": [
">= 1.0.9"
]
}
}