blob: b7912a0462bb17e4162bf0f53f1eb48d82a9ba1d [file] [log] [blame]
{
"name": "TapSwiftFixes",
"platforms": {
"ios": "8.0"
},
"swift_version": "4.2",
"summary": "Useful additions that are missing in Swift.",
"requires_arc": true,
"version": "1.0.5",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Tap Payments": "hello@tap.company"
},
"homepage": "https://github.com/Tap-Payments/TapSwiftFixes",
"source": {
"git": "https://github.com/Tap-Payments/TapSwiftFixes.git",
"tag": "1.0.5"
},
"default_subspecs": [
"Appearance",
"CoreGraphics",
"Exceptions",
"Threading"
],
"subspecs": [
{
"name": "Appearance",
"source_files": "TapSwiftFixes/Source/AppearanceFixes/*.{h,m}"
},
{
"name": "CoreGraphics",
"source_files": "TapSwiftFixes/Source/CoreGraphicsFixes/*.{h,m}"
},
{
"name": "Exceptions",
"source_files": "TapSwiftFixes/Source/ExceptionCatcher/*.{h,m}"
},
{
"name": "Threading",
"source_files": "TapSwiftFixes/Source/ThreadingFixes/*.{swift}"
}
]
}