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 "pushed_with_swift_version": "3.1",
31 "source_files": "Sources/Classes/**/*",
32 "resources": "{Sources/Templates/*,get_sourcery.sh}",
34 "OTHER_SWIFT_FLAGS": "-DMocky"
36 "frameworks": "Foundation",
45 "source_files": "Sources/Classes/**/*",
46 "resources": "{Sources/Templates/*,get_sourcery.sh}",
48 "OTHER_SWIFT_FLAGS": "-DMockyCustom"
50 "frameworks": "Foundation",