Skip to content

Commit

Permalink
[Add] Nimble 13.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
younata authored and CocoaPodsBot committed Dec 16, 2024
1 parent 5cd0aa7 commit fe2331b
Showing 1 changed file with 65 additions and 0 deletions.
65 changes: 65 additions & 0 deletions Specs/d/c/d/Nimble/13.7.1/Nimble.podspec.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
{
"name": "Nimble",
"version": "13.7.1",
"summary": "A Matcher Framework for Swift and Objective-C",
"description": "Use Nimble to express the expected outcomes of Swift or Objective-C expressions. Inspired by Cedar.",
"homepage": "https://github.com/Quick/Nimble",
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"authors": "Quick Contributors",
"platforms": {
"ios": "13.0",
"osx": "10.15",
"tvos": "13.0",
"watchos": "7.0",
"visionos": "1.0"
},
"source": {
"git": "https://github.com/Quick/Nimble.git",
"tag": "v13.7.1"
},
"source_files": [
"Sources/**/*.{swift,h,m,c}"
],
"header_dir": "Nimble",
"exclude_files": "Sources/Nimble/Adapters/NonObjectiveC/*.swift",
"weak_frameworks": "XCTest",
"requires_arc": true,
"compiler_flags": "-DPRODUCT_NAME=Nimble/Nimble",
"pod_target_xcconfig": {
"APPLICATION_EXTENSION_API_ONLY": "YES",
"DEFINES_MODULE": "YES",
"ENABLE_BITCODE": "NO",
"ENABLE_TESTING_SEARCH_PATHS": "YES",
"OTHER_LDFLAGS": "$(inherited) -weak-lXCTestSwiftSupport -Xlinker -no_application_extension",
"OTHER_SWIFT_FLAGS": "$(inherited) -suppress-warnings"
},
"osx": {
"dependencies": {
"CwlPreconditionTesting": [
"~> 2.2.0"
]
}
},
"ios": {
"dependencies": {
"CwlPreconditionTesting": [
"~> 2.2.0"
]
}
},
"visionos": {
"dependencies": {
"CwlPreconditionTesting": [
"~> 2.2.0"
]
}
},
"cocoapods_version": ">= 1.4.0",
"swift_versions": [
"5.0"
],
"swift_version": "5.0"
}

0 comments on commit fe2331b

Please sign in to comment.