What's New
Description
- Swift Tools 5.8.0
Description
{
"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"
}
Package Dump
{
"name": "WPSwift",
"targets": [
{
"name": "WPSwift",
"type": "regular",
"exclude": [],
"settings": [],
"resources": [
{
"path": "Resources",
"rule": {
"process": {}
}
}
],
"dependencies": [
{
"byName": [
"Resting",
null
]
}
],
"packageAccess": false
},
{
"name": "LocalizationTests",
"type": "test",
"exclude": [],
"settings": [],
"resources": [],
"dependencies": [
{
"byName": [
"WPSwift",
null
]
}
],
"packageAccess": false
},
{
"name": "WPSwiftTests",
"type": "test",
"exclude": [],
"settings": [],
"resources": [
{
"path": "Resources",
"rule": {
"process": {}
}
}
],
"dependencies": [
{
"byName": [
"WPSwift",
null
]
}
],
"packageAccess": false
}
],
"products": [
{
"name": "WPSwift",
"type": {
"library": [
"automatic"
]
},
"targets": [
"WPSwift"
]
}
],
"pkgConfig": null,
"platforms": [
{
"options": [],
"version": "16.0",
"platformName": "ios"
},
{
"options": [],
"version": "13.0",
"platformName": "macos"
},
{
"options": [],
"version": "9.0",
"platformName": "watchos"
},
{
"options": [],
"version": "16.0",
"platformName": "tvos"
}
],
"providers": null,
"packageKind": {
"root": [
"/usr/src/package"
]
},
"dependencies": [
{
"sourceControl": [
{
"identity": "resting",
"location": {
"remote": [
{
"urlString": "https://github.com/rocxteady/Resting.git"
}
]
},
"requirement": {
"range": [
{
"lowerBound": "0.0.9",
"upperBound": "1.0.0"
}
]
},
"productFilter": null
}
]
}
],
"toolsVersion": {
"_version": "5.8.0"
},
"cLanguageStandard": null,
"cxxLanguageStandard": null,
"swiftLanguageVersions": null
}
Dependencies
- Resting0.0.9
Dependencies
{
"url": "/usr/src/package",
"name": "WPSwift",
"path": "/usr/src/package",
"version": "unspecified",
"identity": "package",
"dependencies": [
{
"url": "https://github.com/rocxteady/Resting.git",
"name": "Resting",
"path": "/usr/src/package/.build/checkouts/Resting",
"version": "0.0.9",
"identity": "resting",
"dependencies": []
}
]
}