2 "name": "ProtocolProxy",
4 "summary": "Flexible proxy for overriding and observing protocol method/property messages",
5 "description": "A small helper library that provides a proxy class for overriding and observing method and property messages from one or more protocols",
6 "homepage": "https://github.com/SomeRandomiOSDev/ProtocolProxy",
9 "Joseph Newton": "somerandomiosdev@gmail.com"
18 "git": "https://github.com/SomeRandomiOSDev/ProtocolProxy.git",
21 "public_header_files": "Sources/ProtocolProxy/include/ProtocolProxy.h",
23 "Sources/ProtocolProxy/**/*.{h,m,swift}",
24 "Sources/ProtocolProxySwift/**/*.swift"
26 "frameworks": "Foundation",
31 "cocoapods_version": ">= 1.7.3",
32 "swift_version": "5.0"