blob: 46f9d36534ff7416a530257d434dd298965af8dd [file] [log] [blame]
{
"name": "InterposeKit",
"version": "0.0.1",
"summary": "A modern library to swizzle elegantly in Swift.",
"homepage": "https://github.com/steipete/InterposeKit",
"source": {
"git": "https://github.com/steipete/InterposeKit.git",
"tag": "0.0.1"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Peter Steinberger": "steipete@gmail.com"
},
"source_files": "Sources/**/*.{h,c,swift}",
"swift_versions": [
"5.2"
],
"pod_target_xcconfig": {
"APPLICATION_EXTENSION_API_ONLY": "YES"
},
"platforms": {
"ios": "11.0",
"osx": "10.13",
"tvos": "11.0",
"watchos": "5.0"
},
"swift_version": "5.2"
}