4 "summary": "Unit testing library for Swift, with mock generation. Adds a set of handy methods, simplifying testing.",
5 "description": "Library that uses metaprogramming technique to generate mocks based on sources, that makes testing for Swift Mockito-like.",
6 "homepage": "https://github.com/MakeAWishFoundation/SwiftyMocky",
7 "screenshots": "https://raw.githubusercontent.com/MakeAWishFoundation/SwiftyMocky/1.0.0/icon.png",
13 "Przemysław Wośko": "przemyslaw.wosko@intive.com",
14 "Andrzej Michnia": "amichnia@gmail.com"
17 "git": "https://github.com/MakeAWishFoundation/SwiftyMocky.git",
35 "preserve_paths": "*",
36 "source_files": "Sources/{SwiftyMocky,Shared}/**/*.swift",
37 "resources": "{Sources/SwiftyMocky/Mock.swifttemplate}",
38 "frameworks": "Foundation",
39 "weak_frameworks": "XCTest",
45 "pod_target_xcconfig": {
46 "APPLICATION_EXTENSION_API_ONLY": "YES",
47 "ENABLE_BITCODE": "NO",
48 "OTHER_LDFLAGS": "$(inherited) -weak-lXCTestSwiftSupport -Xlinker -no_application_extension",
49 "OTHER_SWIFT_FLAGS": "$(inherited) -suppress-warnings",
50 "FRAMEWORK_SEARCH_PATHS": "$(inherited) \"$(PLATFORM_DIR)/Developer/Library/Frameworks\"",
51 "DEFINES_MODULE": "YES"
53 "user_target_xcconfig": {
54 "FRAMEWORK_SEARCH_PATHS": "$(PLATFORM_DIR)/Developer/Library/Frameworks"
56 "swift_version": "5.5"