blob: 3f7c7b27068520f8199541ca2d4a180ac4453c72 [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.1",
"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.1"
},
"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"
]
}
}