blob: a75a22704b44a025e4976f34624601cea7855bfc [file] [log] [blame]
{
"name": "SwiftyMocky",
"version": "0.9.0",
"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/MakeAWishFoundation/SwiftyMocky",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Przemysław Wośko": "przemyslaw.wosko@intive.com",
"Andrzej Michnia": "amichnia@gmail.com"
},
"source": {
"git": "https://github.com/MakeAWishFoundation/SwiftyMocky.git",
"tag": "0.9.0"
},
"platforms": {
"ios": "8.0"
},
"default_subspecs": "Core",
"preserve_paths": "*",
"pushed_with_swift_version": "3.1",
"subspecs": [
{
"name": "Core",
"source_files": "Sources/Classes/**/*",
"frameworks": "XCTest",
"dependencies": {
"Sourcery": [
]
},
"xcconfig": {
"OTHER_SWIFT_FLAGS": "-DMocky"
}
}
]
}