4 "summary": "Unit testing library for Swift",
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/develop/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",
23 "default_subspecs": "Core",
24 "preserve_paths": "*",
25 "pushed_with_swift_version": "3.1",
29 "source_files": "Sources/Classes/**/*",
30 "frameworks": "XCTest",
37 "OTHER_SWIFT_FLAGS": "-DMocky"