blob: 2321f5d26fd040a336f154b3bb6677897e6f85ed [file] [log] [blame]
{
"name": "InstantMock",
"version": "0.0.2",
"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@users.noreply.github.com"
},
"source": {
"git": "https://github.com/pirishd/InstantMock",
"tag": "0.0.2"
},
"source_files": "InstantMock/**/*.{h,m,swift}",
"requires_arc": true,
"platforms": {
"ios": "9.0",
"osx": "10.10"
},
"frameworks": "XCTest",
"pushed_with_swift_version": "3.0"
}