2 "name": "swizzleCfunction",
4 "summary": "Swizzle a C function with your own while executing a block",
5 "description": "Substitute C function with your own implementation temporarily.\nUseful for testing code that calls C Language functions. This allows to provide fake implementations that take effect only while running a block of code under test. Uses on https://cocoapods.org/pods/fishhook - a very simple library that enables dynamically rebinding symbols in Mach-O binaries running on iOS in the simulator and on device.",
6 "homepage": "https://github.com/paulz/swizzleCfunction",
9 "Paul Zabelin": "https://github.com/paulz"
12 "git": "https://github.com/paulz/swizzleCfunction.git",
15 "social_media_url": "https://twitter.com/iospaulz",
20 "source_files": "Pod/Classes/**/*",
21 "public_header_files": "Pod/Classes/*.h",