blob: 7c7454eed231afd401daf0f5929dc55c3fa35c53 [file] [log] [blame]
{
"name": "SwiftyMock",
"version": "0.1.1",
"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.1"
},
"platforms": {
"ios": "8.0"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "SwiftyMock/Classes/Core/**/*"
},
{
"name": "ReactiveCocoa",
"dependencies": {
"SwiftyMock/Core": [
],
"ReactiveCocoa": [
"~> 4.1"
]
},
"source_files": "SwiftyMock/Classes/ReactiveCocoa/**/*"
}
]
}