blob: 560dd572c71ecc1e4fb891d3b06b2ad700c66d22 [file] [log] [blame]
{
"name": "TapSwiftFixesV2",
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"swift_versions": [
"4.0",
"4.2",
"5.0"
],
"summary": "Useful additions that are missing in Swift.",
"requires_arc": true,
"version": "1.0.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Tap Payments": "hello@tap.company"
},
"homepage": "https://github.com/Tap-Payments/TapSwiftFixesV2",
"source": {
"git": "https://github.com/Tap-Payments/TapSwiftFixesV2.git",
"tag": "1.0.0"
},
"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}"
}
],
"swift_version": "5.0"
}