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",
25 "default_subspecs": "Core",
26 "preserve_paths": "*",
27 "swift_version": "4.0",
31 "source_files": "Sources/Classes/**/*",
32 "resources": "{Sources/Templates/*,get_sourcery.sh}",
34 "OTHER_SWIFT_FLAGS": "-DMocky"
36 "frameworks": "Foundation",
37 "weak_frameworks": "XCTest",
43 "pod_target_xcconfig": {
44 "APPLICATION_EXTENSION_API_ONLY": "YES",
45 "ENABLE_BITCODE": "NO",
46 "OTHER_LDFLAGS": "$(inherited) -weak-lswiftXCTest -Xlinker -no_application_extension",
47 "OTHER_SWIFT_FLAGS": "$(inherited) -suppress-warnings",
48 "FRAMEWORK_SEARCH_PATHS": "$(inherited) \"$(PLATFORM_DIR)/Developer/Library/Frameworks\"",
49 "DEFINES_MODULE": "YES"
51 "user_target_xcconfig": {
52 "FRAMEWORK_SEARCH_PATHS": "$(PLATFORM_DIR)/Developer/Library/Frameworks"
56 "name": "StaticLibrary",
63 "Sources/Classes/MockySetup.{h,m}"
68 "source_files": "Sources/Classes/**/*",
70 "Sources/Classes/CustomAssertions.swift",
71 "Sources/Classes/SwiftyMockyTestObserver.swift",
72 "Sources/Classes/MockySetup.{h,m}"
74 "resources": "{Sources/Templates/*,get_sourcery.sh}",
76 "OTHER_SWIFT_FLAGS": "-DMockyCustom"
78 "frameworks": "Foundation",
86 "name": "Prototyping",
87 "source_files": "Sources/Classes/**/*",
89 "Sources/Classes/CustomAssertions.swift",
90 "Sources/Classes/SwiftyMockyTestObserver.swift",
91 "Sources/Classes/MockySetup.{h,m}"
93 "resources": "{Sources/Templates/*,get_sourcery.sh}",
95 "OTHER_SWIFT_FLAGS": "-DMockyCustom"
97 "frameworks": "Foundation",