[Add] TensorFlowLiteSwift 0.0.1-nightly.20250104
[CocoaPods.git] / Specs / 8 / a / 9 / XCETesting / 1.2.0 / XCETesting.podspec.json
blob7331724444abb503b29544b67f39be6ff98a8aa8
2   "name": "XCETesting",
3   "summary": "A more expressive and readable way to describe expectations in Xcode unit tests.",
4   "version": "1.2.0",
5   "homepage": "https://XCEssentials.github.io/Testing",
6   "source": {
7     "git": "https://github.com/XCEssentials/Testing.git",
8     "tag": "1.2.0"
9   },
10   "source_files": "Sources/**/*.swift",
11   "platforms": {
12     "ios": "8.0"
13   },
14   "requires_arc": true,
15   "dependencies": {
16     "XCERequirement": [
17       "~> 1.5"
18     ]
19   },
20   "weak_frameworks": "XCTest",
21   "pod_target_xcconfig": {
22     "OTHER_LDFLAGS": "-weak-lswiftXCTest",
23     "FRAMEWORK_SEARCH_PATHS": "$(inherited) \"$(PLATFORM_DIR)/Developer/Library/Frameworks\""
24   },
25   "license": {
26     "type": "MIT",
27     "file": "LICENSE"
28   },
29   "authors": {
30     "Maxim Khatskevich": "maxim@khatskevi.ch"
31   },
32   "pushed_with_swift_version": "3.1"