blob: 1cbb69659f77f494458f452d4abd0b94220c76d8 [file] [log] [blame]
{
"name": "Mocky",
"version": "0.0.3",
"summary": "Unit testing library for Swift",
"description": "Library that uses metaprogramming technique, to generate mocks based on sources, that makes testing for Swift Mockito-like.",
"homepage": "https://github.com/CurlyHeir/Mocky",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Przemysław Wośko": "przemyslaw.wosko@intive.com"
},
"source": {
"git": "https://github.com/CurlyHeir/Mocky.git",
"tag": "0.0.3"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Mocky/Classes/**/*",
"preserve_paths": "*",
"frameworks": "XCTest",
"dependencies": {
"Sourcery": [
]
},
"pushed_with_swift_version": "3.0"
}