blob: 7e6bc1e53863dcde6445e1feef7a94437c4887b5 [file] [log] [blame]
{
"name": "TapSwiftFixes",
"platforms": {
"ios": "8.0"
},
"swift_version": "4.1",
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.1"
},
"summary": "Useful additions that are missing in Swift.",
"requires_arc": true,
"version": "1.0.3",
"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.3"
},
"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}"
}
]
}