blob: 1692f50a15aff477d6ea9c797853a21060fc589f [file] [log] [blame]
{
"name": "SwiftyMock",
"version": "0.2.2",
"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.2.2"
},
"platforms": {
"ios": "8.0"
},
"default_subspecs": "Core",
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "Core",
"source_files": "SwiftyMock/Classes/Core/**/*"
},
{
"name": "ReactiveCocoa",
"dependencies": {
"SwiftyMock/Core": [
],
"ReactiveCocoa": [
"~> 6.0"
]
},
"source_files": "SwiftyMock/Classes/ReactiveCocoa/**/*"
}
]
}