2 "name": "MockItYourself",
4 "summary": "MockItYourself is a simple mocking framework for Swift",
5 "description": "MockItYourself is a mocking framework for Swift. \nCurrently, Swift has read-only reflection and it is therefore impossible to create a dynamic mocking framework like OCMock. \nMockItYourself reduces the boilerplate needed to manually create mocks and is heavily inspired by SwiftMock.",
6 "homepage": "https://github.com/plain-vanilla-games/MockItYourself",
9 "Alexey Verein": "alexey@plainvanillagames.com",
10 "Jóhann Þ. Bergþórsson": "johann@plainvanillagames.com",
11 "Magnus Ó. Magnússon": "magnus@plainvanillagames.com",
12 "Alexander A. Helgason": "alliannas@plainvanillagames.com"
15 "git": "https://github.com/plain-vanilla-games/MockItYourself.git",
18 "source_files": "MockItYourself/**/*.swift",
22 "frameworks": "XCTest"