An API call library written in Swift.
Description
- Swift Tools 5.7.0
Description
{
"name": "ISAPIKit",
"path": "/usr/src/package",
"targets": [
{
"name": "RxAPIKit",
"path": "Sources/RxAPIKit",
"type": "library",
"c99name": "RxAPIKit",
"sources": [
"Rx+APIDefinition.swift",
"Rx+NetworkProtocol.swift"
],
"module_type": "SwiftTarget",
"product_memberships": [
"RxAPIKit"
],
"target_dependencies": [
"AFAPIKit"
],
"product_dependencies": [
"RxSwift"
]
},
{
"name": "ISAPIKitTests",
"path": "Tests/ISAPIKitTests",
"type": "test",
"c99name": "ISAPIKitTests",
"sources": [
"ISAPIKitTests.swift"
],
"module_type": "SwiftTarget",
"target_dependencies": [
"ISAPIKit",
"AFAPIKit",
"RxAPIKit"
]
},
{
"name": "ISAPIKit",
"path": "Sources/ISAPIKit",
"type": "library",
"c99name": "ISAPIKit",
"sources": [
"APIDefinition.swift",
"APIKit.swift",
"NetworkProtocol.swift",
"Networking.swift",
"Publisher+Extension.swift"
],
"module_type": "SwiftTarget",
"product_memberships": [
"ISAPIKit",
"AFAPIKit",
"RxAPIKit"
]
},
{
"name": "AFAPIKit",
"path": "Sources/AFAPIKit",
"type": "library",
"c99name": "AFAPIKit",
"sources": [
"AFAPIKit.swift"
],
"module_type": "SwiftTarget",
"product_memberships": [
"AFAPIKit",
"RxAPIKit"
],
"target_dependencies": [
"ISAPIKit"
],
"product_dependencies": [
"Alamofire"
]
}
],
"products": [
{
"name": "ISAPIKit",
"type": {
"library": [
"automatic"
]
},
"targets": [
"ISAPIKit"
]
},
{
"name": "AFAPIKit",
"type": {
"library": [
"automatic"
]
},
"targets": [
"AFAPIKit"
]
},
{
"name": "RxAPIKit",
"type": {
"library": [
"automatic"
]
},
"targets": [
"RxAPIKit"
]
}
],
"platforms": [
{
"name": "ios",
"version": "13.0"
},
{
"name": "macos",
"version": "10.15"
},
{
"name": "watchos",
"version": "6.0"
},
{
"name": "tvos",
"version": "13.0"
}
],
"dependencies": [
{
"url": "https://github.com/Alamofire/Alamofire.git",
"type": "sourceControl",
"identity": "alamofire",
"requirement": {
"range": [
{
"lower_bound": "5.7.0",
"upper_bound": "6.0.0"
}
]
}
},
{
"url": "https://github.com/ReactiveX/RxSwift.git",
"type": "sourceControl",
"identity": "rxswift",
"requirement": {
"range": [
{
"lower_bound": "6.6.0",
"upper_bound": "7.0.0"
}
]
}
}
],
"tools_version": "5.7",
"manifest_display_name": "ISAPIKit"
}
Package Dump
{
"name": "ISAPIKit",
"targets": [
{
"name": "ISAPIKit",
"type": "regular",
"exclude": [],
"settings": [],
"resources": [],
"dependencies": [],
"packageAccess": false
},
{
"name": "AFAPIKit",
"type": "regular",
"exclude": [],
"settings": [],
"resources": [],
"dependencies": [
{
"byName": [
"ISAPIKit",
null
]
},
{
"product": [
"Alamofire",
"Alamofire",
null,
null
]
}
],
"packageAccess": false
},
{
"name": "RxAPIKit",
"type": "regular",
"exclude": [],
"settings": [],
"resources": [],
"dependencies": [
{
"byName": [
"AFAPIKit",
null
]
},
{
"product": [
"RxSwift",
"RxSwift",
null,
null
]
}
],
"packageAccess": false
},
{
"name": "ISAPIKitTests",
"type": "test",
"exclude": [],
"settings": [],
"resources": [],
"dependencies": [
{
"byName": [
"ISAPIKit",
null
]
},
{
"byName": [
"AFAPIKit",
null
]
},
{
"byName": [
"RxAPIKit",
null
]
}
],
"packageAccess": false
}
],
"products": [
{
"name": "ISAPIKit",
"type": {
"library": [
"automatic"
]
},
"targets": [
"ISAPIKit"
]
},
{
"name": "AFAPIKit",
"type": {
"library": [
"automatic"
]
},
"targets": [
"AFAPIKit"
]
},
{
"name": "RxAPIKit",
"type": {
"library": [
"automatic"
]
},
"targets": [
"RxAPIKit"
]
}
],
"pkgConfig": null,
"platforms": [
{
"options": [],
"version": "13.0",
"platformName": "ios"
},
{
"options": [],
"version": "10.15",
"platformName": "macos"
},
{
"options": [],
"version": "6.0",
"platformName": "watchos"
},
{
"options": [],
"version": "13.0",
"platformName": "tvos"
}
],
"providers": null,
"packageKind": {
"root": [
"/usr/src/package"
]
},
"dependencies": [
{
"sourceControl": [
{
"identity": "alamofire",
"location": {
"remote": [
{
"urlString": "https://github.com/Alamofire/Alamofire.git"
}
]
},
"requirement": {
"range": [
{
"lowerBound": "5.7.0",
"upperBound": "6.0.0"
}
]
},
"productFilter": null
}
]
},
{
"sourceControl": [
{
"identity": "rxswift",
"location": {
"remote": [
{
"urlString": "https://github.com/ReactiveX/RxSwift.git"
}
]
},
"requirement": {
"range": [
{
"lowerBound": "6.6.0",
"upperBound": "7.0.0"
}
]
},
"productFilter": null
}
]
}
],
"toolsVersion": {
"_version": "5.7.0"
},
"cLanguageStandard": null,
"cxxLanguageStandard": null,
"swiftLanguageVersions": null
}
Dependencies
Dependencies
{
"url": "/usr/src/package",
"name": "ISAPIKit",
"path": "/usr/src/package",
"version": "unspecified",
"identity": "package",
"dependencies": [
{
"url": "https://github.com/Alamofire/Alamofire.git",
"name": "Alamofire",
"path": "/usr/src/package/.build/checkouts/Alamofire",
"version": "5.9.1",
"identity": "alamofire",
"dependencies": []
},
{
"url": "https://github.com/ReactiveX/RxSwift.git",
"name": "RxSwift",
"path": "/usr/src/package/.build/checkouts/RxSwift",
"version": "6.7.1",
"identity": "rxswift",
"dependencies": []
}
]
}