blob: 7e27494299340cd305ea32d34a4213fa4b75b380 [file] [log] [blame]
{
"name": "SwiftyMocky",
"version": "4.0.1",
"summary": "Unit testing library for Swift, with mock generation. Adds a set of handy methods, simplifying testing.",
"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/1.0.0/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": "4.0.1"
},
"swift_versions": [
"4.1",
"4.2",
"5.0",
"5.1.2"
],
"platforms": {
"ios": "8.0",
"tvos": "9.0",
"osx": "10.10"
},
"preserve_paths": "*",
"source_files": "Sources/SwiftyMocky/**/*.swift",
"resources": "{Sources/SwiftyMocky/Mock.swifttemplate,get_sourcery.sh}",
"frameworks": "Foundation",
"weak_frameworks": "XCTest",
"dependencies": {
"Sourcery": [
">= 1.0"
]
},
"pod_target_xcconfig": {
"APPLICATION_EXTENSION_API_ONLY": "YES",
"ENABLE_BITCODE": "NO",
"OTHER_LDFLAGS": "$(inherited) -weak-lswiftXCTest -Xlinker -no_application_extension",
"OTHER_SWIFT_FLAGS": "$(inherited) -suppress-warnings",
"FRAMEWORK_SEARCH_PATHS": "$(inherited) \"$(PLATFORM_DIR)/Developer/Library/Frameworks\"",
"DEFINES_MODULE": "YES"
},
"user_target_xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(PLATFORM_DIR)/Developer/Library/Frameworks"
},
"swift_version": "5.1.2"
}