blob: 38f6979ca8c7fd92608265f14136304cbd7065a2 [file] [log] [blame]
{
"name": "TapSwiftFixes",
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"swift_version": "4.2",
"summary": "Useful additions that are missing in Swift.",
"requires_arc": true,
"version": "1.0.6",
"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.6"
},
"default_subspecs": [
"CoreGraphics",
"Exceptions",
"Threading"
],
"subspecs": [
{
"name": "Appearance",
"source_files": "TapSwiftFixesiOS/Source/AppearanceFixes/*.{h,m}"
},
{
"name": "CoreGraphics",
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source_files": "Common/Source/CoreGraphicsFixes/*.{h,m}"
},
{
"name": "Exceptions",
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source_files": "Common/Source/ExceptionCatcher/*.{h,m}"
},
{
"name": "Threading",
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source_files": "Common/Source/ThreadingFixes/*.{swift}"
}
]
}