blob: 688eb1d5d5828bc80dd320cdfbc3cacdea56776e [file] [log] [blame]
{
"name": "SwiftyMocky",
"version": "1.0.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",
"screenshots": "https://raw.githubusercontent.com/MakeAWishFoundation/SwiftyMocky/develop/icon.png",
"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": "1.0.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"
}
}
]
}