{
  "name": "Prch",
  "path": "/usr/src/package",
  "targets": [
    {
      "name": "PrchTests",
      "path": "Tests/PrchTests",
      "type": "test",
      "c99name": "PrchTests",
      "sources": [
        "PrchTests.swift",
        "XCTestManifests.swift"
      ],
      "module_type": "SwiftTarget",
      "target_dependencies": [
        "Prch"
      ]
    },
    {
      "name": "Prch",
      "path": "Sources/Prch",
      "type": "library",
      "c99name": "Prch",
      "sources": [
        "API.swift",
        "AnyCodable/AnyCodable.Codable.swift",
        "AnyCodable/AnyCodable.Equatable.swift",
        "AnyCodable/AnyCodable.Expressible.swift",
        "AnyCodable/AnyCodable.StringConverable.swift",
        "AnyCodable/AnyCodable.swift",
        "BasicResponse.swift",
        "BodyRequest.swift",
        "Client.swift",
        "ClientError.swift",
        "ClientResult.swift",
        "Coding/Coding.swift",
        "Coding/DateFormatter.swift",
        "Coding/DecodingError.swift",
        "Coding/KeyedDecodingContainer.swift",
        "Coding/KeyedEncodingContainer.swift",
        "Coding/RequestEncoder.swift",
        "Coding/ResponseDecoder.swift",
        "Coding/StringCodingKey.swift",
        "DateEncodingContainer.swift",
        "Deprecated/DeprecatedRequest.swift",
        "Deprecated/DeprecatedResponse.swift",
        "Deprecated/DeprecatedResponseResult.swift",
        "Deprecated/TypeAliases.swift",
        "Model.swift",
        "Models/DateDay.swift",
        "Models/File.swift",
        "Models/ID.swift",
        "Models/UploadFile.swift",
        "Networking/ResponseComponents.swift",
        "Networking/Session.swift",
        "Networking/Task.swift",
        "Networking/URL.swift",
        "Networking/URLSession.swift",
        "Networking/URLSessionResponse.swift",
        "Request.swift",
        "Response.swift",
        "ResponseResult.swift",
        "Result.swift",
        "Security/Authentication.swift",
        "Security/BasicAuthentication.swift",
        "Security/SecurityRequirement.swift",
        "Service.swift",
        "ServiceRequest.swift",
        "StatusCodeProvider.swift",
        "SuccessModel.swift"
      ],
      "module_type": "SwiftTarget",
      "product_memberships": [
        "Prch"
      ]
    }
  ],
  "products": [
    {
      "name": "Prch",
      "type": {
        "library": [
          "automatic"
        ]
      },
      "targets": [
        "Prch"
      ]
    }
  ],
  "platforms": [
    {
      "name": "macos",
      "version": "10.15"
    },
    {
      "name": "ios",
      "version": "10.0"
    },
    {
      "name": "tvos",
      "version": "10.0"
    },
    {
      "name": "watchos",
      "version": "3.0"
    }
  ],
  "dependencies": [],
  "tools_version": "5.5",
  "manifest_display_name": "Prch"
}