blob: 693e731421bf5a9c53486e5ca03b42a6c291b843 [file] [log] [blame]
{
"name": "XCETesting",
"summary": "A more expressive and readable way to describe expectations in Xcode unit tests.",
"version": "1.1.0",
"homepage": "https://XCEssentials.github.io/Testing",
"source": {
"git": "https://github.com/XCEssentials/Testing.git",
"tag": "1.1.0"
},
"source_files": "Src/**/*.swift",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"dependencies": {
"XCERequirement": [
"~> 1.4"
]
},
"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.0"
}