blob: e049e3df4857ce9442e8c58c471aacff225bf496 [file] [log] [blame]
{
"name": "TapFontsKit",
"platforms": {
"ios": "8.0"
},
"swift_version": "4.2",
"summary": "Kit with fonts used in Tap mobile apps & frameworks.",
"requires_arc": true,
"version": "1.0.3",
"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.3"
},
"source_files": "TapFontsKit/Source/*.swift",
"ios": {
"resource_bundles": {
"Fonts": "TapFontsKit/Resources/*.ttf"
}
},
"dependencies": {
"TapAdditionsKit/Foundation/Bundle": [
">= 1.2"
],
"TapAdditionsKit/Foundation/Locale": [
">= 1.2"
],
"TapSwiftFixes/Threading": [
">= 1.0.5"
]
}
}