4 "summary": "A library that allows developers to globally mock any ObjectiveC class' initialization method when testing with Kiwi.",
5 "homepage": "https://github.com/gantaa/MockInject",
8 "file": "MIT-LICENSE.txt"
11 "Matt Ganski": "gantasygames@gmail.com"
14 "git": "https://github.com/gantaa/MockInject.git",
22 "MockInject/**/*.{h,m}"
24 "frameworks": "XCTest",
25 "public_header_files": "MockInject/**/*.h",
34 "FRAMEWORK_SEARCH_PATHS": "$(SDKROOT)/Developer/Library/Frameworks $(inherited) $(DEVELOPER_FRAMEWORKS_DIR)",
35 "FRAMEWORK_SEARCH_PATHS[sdk=iphoneos8.0]": "$(inherited) $(DEVELOPER_DIR)/Platforms/iPhoneOS.platform/Developer/Library/Frameworks",
36 "FRAMEWORK_SEARCH_PATHS[sdk=iphonesimulator8.0]": "$(inherited) $(DEVELOPER_DIR)/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks"