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",
44 "source_files": "Sources/Classes/**/*",
45 "resources": "{Sources/Templates/*,get_sourcery.sh}",
47 "OTHER_SWIFT_FLAGS": "-DMockyCustom"
49 "frameworks": "Foundation",