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": "*",
30 "source_files": "Sources/Classes/**/*",
31 "resources": "{Sources/Templates/*,get_sourcery.sh}",
33 "OTHER_SWIFT_FLAGS": "-DMocky"
35 "frameworks": "Foundation",
36 "weak_frameworks": "XCTest",
42 "pod_target_xcconfig": {
43 "APPLICATION_EXTENSION_API_ONLY": "YES",
44 "ENABLE_BITCODE": "NO",
45 "OTHER_LDFLAGS": "$(inherited) -weak-lswiftXCTest -Xlinker -no_application_extension",
46 "OTHER_SWIFT_FLAGS": "$(inherited) -suppress-warnings",
47 "FRAMEWORK_SEARCH_PATHS": "$(inherited) \"$(PLATFORM_DIR)/Developer/Library/Frameworks\""
52 "source_files": "Sources/Classes/**/*",
54 "Sources/Classes/CustomAssertions.swift"
56 "resources": "{Sources/Templates/*,get_sourcery.sh}",
58 "OTHER_SWIFT_FLAGS": "-DMockyCustom"
60 "frameworks": "Foundation",