blob: 98d37506e8e3132198c78c95f63dd0b09c17ba0f [file] [log] [blame]
{
"name": "InstantMock",
"version": "2.5.1",
"summary": "InstantMock makes it easy to create and use mocks in Swift",
"description": "InstantMock aims at creating mocks easily in Swift. It provides a simple\nway to mock, stub and verify expectations.",
"homepage": "https://github.com/pirishd/InstantMock",
"license": "MIT",
"authors": {
"Patrick Irlande (pirishd)": "pirishd@icloud.com"
},
"source": {
"git": "https://github.com/pirishd/InstantMock.git",
"tag": "2.5.1"
},
"source_files": "Sources/**/*.{h,m,swift}",
"requires_arc": true,
"swift_version": "5.0",
"platforms": {
"ios": "9.0",
"osx": "10.10",
"tvos": "9.0"
},
"frameworks": "XCTest"
}