[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 8 / 3 / c / swizzleCfunction / 0.2.0 / swizzleCfunction.podspec.json
blob7188e40d2b838415cd2eb2561253022166b498ea
2   "name": "swizzleCfunction",
3   "version": "0.2.0",
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",
7   "license": "MIT",
8   "authors": {
9     "Paul Zabelin": "https://github.com/paulz"
10   },
11   "source": {
12     "git": "https://github.com/paulz/swizzleCfunction.git",
13     "tag": "0.2.0"
14   },
15   "social_media_url": "https://twitter.com/iospaulz",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "public_header_files": "Pod/Classes/*.h",
22   "dependencies": {
23     "fishhook": [
24       "~> 0.2"
25     ]
26   }