blob: a9096aa98895cda68bf1d7b4271960d3a26c9a0e [file] [log] [blame]
{
"name": "Apexy",
"version": "1.2.0",
"summary": "HTTP transport library",
"homepage": "https://github.com/RedMadRobot/apexy-ios",
"license": {
"type": "MIT"
},
"authors": {
"Alexander Ignatiev": "ai@redmadrobot.com"
},
"source": {
"git": "https://github.com/RedMadRobot/apexy-ios.git",
"tag": "1.2.0"
},
"platforms": {
"ios": "11.0",
"tvos": "11.0",
"osx": "10.13",
"watchos": "4.0"
},
"swift_versions": "5.3",
"default_subspecs": [
"Alamofire"
],
"subspecs": [
{
"name": "Core",
"source_files": "Sources/Apexy/*.swift"
},
{
"name": "Alamofire",
"source_files": "Sources/ApexyAlamofire/*.swift",
"dependencies": {
"Apexy/Core": [
],
"Alamofire": [
"~>5.0"
]
}
},
{
"name": "URLSession",
"source_files": "Sources/ApexyURLSession/*.swift",
"dependencies": {
"Apexy/Core": [
]
}
},
{
"name": "RxSwift",
"source_files": "Sources/ApexyRxSwift/*.swift",
"dependencies": {
"Apexy/Core": [
],
"RxSwift": [
]
}
}
],
"swift_version": "5.3"
}