blob: 7331724444abb503b29544b67f39be6ff98a8aa8 [file] [log] [blame]
{
"name": "XCETesting",
"summary": "A more expressive and readable way to describe expectations in Xcode unit tests.",
"version": "1.2.0",
"homepage": "https://XCEssentials.github.io/Testing",
"source": {
"git": "https://github.com/XCEssentials/Testing.git",
"tag": "1.2.0"
},
"source_files": "Sources/**/*.swift",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"dependencies": {
"XCERequirement": [
"~> 1.5"
]
},
"weak_frameworks": "XCTest",
"pod_target_xcconfig": {
"OTHER_LDFLAGS": "-weak-lswiftXCTest",
"FRAMEWORK_SEARCH_PATHS": "$(inherited) \"$(PLATFORM_DIR)/Developer/Library/Frameworks\""
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Maxim Khatskevich": "maxim@khatskevi.ch"
},
"pushed_with_swift_version": "3.1"
}