2 "name": "SwiftParamTest",
4 "summary": "Parameterized test for Swift.",
5 "description": "Parameterized test for Swift with XCTest.",
6 "homepage": "https://github.com/YusukeHosonuma/SwiftParamTest",
12 "Yusuke Hosonuma": "tobi462@gmail.com"
14 "social_media_url": "https://twitter.com/tobi462",
19 "git": "https://github.com/YusukeHosonuma/SwiftParamTest.git",
22 "source_files": "Sources/**/*.{swift}",
23 "frameworks": "XCTest",
24 "user_target_xcconfig": {
25 "LIBRARY_SEARCH_PATHS": "$(PLATFORM_DIR)/Developer/usr/lib"
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"
32 "swift_versions": "5.1",
33 "swift_version": "5.1"