blob: 1ae6060b7d5e6bf82581486b108395a92900eb68 [file] [log] [blame]
{
"name": "InstantMock",
"version": "1.1.6",
"summary": "InstantMock makes it easy to create and use mocks in Swift 3",
"description": "InstantMock aims at creating mocks easily in Swift 3. 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": "1.1.6"
},
"source_files": "Sources/**/*.{h,m,swift}",
"requires_arc": true,
"platforms": {
"ios": "9.0",
"osx": "10.10",
"tvos": "9.0"
},
"frameworks": "XCTest",
"pushed_with_swift_version": "3.0"
}