blob: 2f114edb74f93cb61308927fede2ea836273ff37 [file] [log] [blame]
{
"name": "SuperMock",
"version": "0.2.3",
"swift_version": "4.2",
"summary": "A very simple yet powerful UI and Unit testing HTTP mock framework. Lives in your app and runs offline.",
"description": "A very simple yet powerful UI and Unit testing mock framework for API calls. It lives in your app and is completely offline. Setup your mocks at the start rather than on a per test basis.\nInspired by the need for MOCKS in UI tests without the hassle of setting up per class mocks and wanting something very portable and retro-compatible with any codebase.",
"homepage": "https://github.com/michaelarmstrong/SuperMock",
"license": "MIT",
"authors": {
"Michael Armstrong": "@ArmstrongAtWork"
},
"source": {
"git": "https://github.com/michaelarmstrong/SuperMock.git",
"tag": "0.2.3",
"branch": "master"
},
"social_media_url": "https://twitter.com/ArmstrongAtWork",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*"
}