blob: 075ca1fb2c0a554110302375370e56d07fc98684 [file] [log] [blame]
{
"name": "SwiftMock",
"version": "0.0.3",
"summary": "A mocking framework for Swift 2.0",
"description": "SwiftMock is a first attempt at a mocking/stubbing framework for Swift 2.0. It's in the very earliest stage of development, but may be almost usable.",
"homepage": "https://github.com/mflint/SwiftMock",
"license": "MIT",
"authors": {
"Matthew Flint": "m@tthew.org"
},
"source": {
"git": "https://github.com/mflint/SwiftMock.git",
"tag": "0.0.3"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"SwiftMock": [
"Pod/Assets/*.png"
]
},
"frameworks": "XCTest",
"deprecated": true
}