[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / c / e / 1 / SwiftParamTest / 2.0.0 / SwiftParamTest.podspec.json
blob1c8cad112af7d288340a651984bf3ed73761289a
2   "name": "SwiftParamTest",
3   "version": "2.0.0",
4   "summary": "Parameterized test for Swift.",
5   "description": "Parameterized test for Swift with XCTest.",
6   "homepage": "https://github.com/YusukeHosonuma/SwiftParamTest",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Yusuke Hosonuma": "tobi462@gmail.com"
13   },
14   "social_media_url": "https://twitter.com/tobi462",
15   "platforms": {
16     "ios": "9.3"
17   },
18   "source": {
19     "git": "https://github.com/YusukeHosonuma/SwiftParamTest.git",
20     "tag": "2.0.0"
21   },
22   "source_files": "Sources/**/*.{swift}",
23   "frameworks": "XCTest",
24   "user_target_xcconfig": {
25     "LIBRARY_SEARCH_PATHS": "$(PLATFORM_DIR)/Developer/usr/lib"
26   },
27   "pod_target_xcconfig": {
28     "APPLICATION_EXTENSION_API_ONLY": "YES",
29     "ENABLE_BITCODE": "NO",
30     "OTHER_LDFLAGS": "$(inherited) -Xlinker -no_application_extension -weak_framework XCTEST -weak-lXCTestSwiftSupport"
31   },
32   "swift_versions": "5.1",
33   "swift_version": "5.1"