blob: 98aaab6c3dbcda299c48e5d43c4c36b708c484fd [file] [log] [blame]
{
"name": "SwizzleSwift",
"version": "1.0",
"summary": "Swizzle selectors with just one clean and elegant API.",
"description": "Who said that method swizzling needs to look ugly? SwizzleSwift is a little wrapper that lets you swizzle selectors just one clean and elegant API.",
"swift_versions": "5",
"homepage": "https://github.com/MarioIannotta/SwizzleSwift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"MarioIannotta": "info@marioiannotta.com"
},
"source": {
"git": "https://github.com/MarioIannotta/SwizzleSwift.git",
"tag": "1.0"
},
"social_media_url": "https://twitter.com/MarioIannotta",
"platforms": {
"ios": "9.0"
},
"source_files": "Sources/**/*",
"swift_version": "5"
}