blob: 115b2cec7cf00634634f1c109a6f80963f4e6e69 [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",
"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"
},
"source_files": "TapFontsKit/Source/*.swift",
"ios": {
"resource_bundles": {
"Fonts": "TapFontsKit/Resources/*.ttf"
}
},
"dependencies": {
"TapAdditionsKit/Foundation/Bundle": [
],
"TapAdditionsKit/Foundation/Locale": [
],
"TapSwiftFixes/Threading": [
]
}
}