{
"name": "WPSwift",
"path": "/usr/src/package",
"targets": [
{
"name": "WPSwiftTests",
"path": "Tests/WPSwiftTests",
"type": "test",
"c99name": "WPSwiftTests",
"sources": [
"APITests/APIClientTests.swift",
"APITests/AnyCodableTests.swift",
"Mocks/AnyCodable+Mock.swift",
"Mocks/MockError.swift",
"Mocks/MockedURLProtocol.swift",
"Mocks/Post+Mock.swift",
"RepositoryTests/PostsRepositoryTests.swift",
"WPSwiftSetupTests.swift"
],
"resources": [
{
"path": "/usr/src/package/Tests/WPSwiftTests/Resources/Post.json",
"rule": {
"process": {}
}
},
{
"path": "/usr/src/package/Tests/WPSwiftTests/Resources/Posts.json",
"rule": {
"process": {}
}
},
{
"path": "/usr/src/package/Tests/WPSwiftTests/Resources/Any.json",
"rule": {
"process": {}
}
},
{
"path": "/usr/src/package/Tests/WPSwiftTests/Resources/PostToUpdate.json",
"rule": {
"process": {}
}
},
{
"path": "/usr/src/package/Tests/WPSwiftTests/Resources/PostToCreate.json",
"rule": {
"process": {}
}
}
],
"module_type": "SwiftTarget",
"target_dependencies": [
"WPSwift"
]
},
{
"name": "WPSwift",
"path": "Sources/WPSwift",
"type": "library",
"c99name": "WPSwift",
"sources": [
"API/WPClient.swift",
"API/WPClientConfiguration.swift",
"API/WPEndpoint.swift",
"Extensions/RestClient+Configuration.swift",
"Extensions/URL+Configuration.swift",
"Helpers/JSONDecoder+Utils.swift",
"Helpers/JSONEncoder+Utils.swift",
"Localization/Localizable.swift",
"Models/AnyCodable.swift",
"Models/EmptyModel.swift",
"Models/Post.swift",
"Repositories/PostsRepository.swift",
"WPSwift.swift"
],
"resources": [
{
"path": "/usr/src/package/Sources/WPSwift/Resources/en.lproj/Localizable.strings",
"rule": {
"process": {
"localization": "en"
}
}
},
{
"path": "/usr/src/package/Sources/WPSwift/Resources/tr.lproj/Localizable.strings",
"rule": {
"process": {
"localization": "tr"
}
}
}
],
"module_type": "SwiftTarget",
"product_memberships": [
"WPSwift"
],
"product_dependencies": [
"Resting"
]
},
{
"name": "LocalizationTests",
"path": "Tests/LocalizationTests",
"type": "test",
"c99name": "LocalizationTests",
"sources": [
"LocalizationTests.swift"
],
"module_type": "SwiftTarget",
"target_dependencies": [
"WPSwift"
]
}
],
"products": [
{
"name": "WPSwift",
"type": {
"library": [
"automatic"
]
},
"targets": [
"WPSwift"
]
}
],
"platforms": [
{
"name": "ios",
"version": "16.0"
},
{
"name": "macos",
"version": "13.0"
},
{
"name": "watchos",
"version": "9.0"
},
{
"name": "tvos",
"version": "16.0"
}
],
"dependencies": [
{
"url": "https://github.com/rocxteady/Resting.git",
"type": "sourceControl",
"identity": "resting",
"requirement": {
"range": [
{
"lower_bound": "0.0.9",
"upper_bound": "1.0.0"
}
]
}
}
],
"tools_version": "5.8",
"default_localization": "en",
"manifest_display_name": "WPSwift"
}