blob: c7faf72c33c291b711358ab064f86c4cf5b6c5e4 [file] [log] [blame]
{
"name": "SwiftyMock",
"version": "0.1.0",
"summary": "Some helpers to do Mocking in Swift.",
"description": "Some helpers to do Mocking in Swift.\nMostly useful for mocking via protocols. Simple solution. Handles most of the cases. Easy setup",
"homepage": "https://github.com/Stanfy/SwiftyMock",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Stanfy": "hello@stanfy.com"
},
"source": {
"git": "https://github.com/Stanfy/SwiftyMock.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SwiftyMock/Classes/**/*",
"dependencies": {
"ReactiveCocoa": [
"~> 4.1"
]
}
}