blob: fdaf75578614424e8dc960f6133a5b82ced89fc1 [file] [log] [blame]
{
"name": "Apexy",
"version": "1.0.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.0.0"
},
"platforms": {
"ios": "10.0",
"tvos": "10.0",
"osx": "10.12",
"watchos": "4.0"
},
"swift_versions": "5.2",
"dependencies": {
"Alamofire": [
"~>5.0"
]
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Sources/Apexy/*.swift"
},
{
"name": "RxSwift",
"source_files": "Sources/ApexyRxSwift/*.swift",
"dependencies": {
"RxSwift": [
],
"Apexy/Core": [
]
}
}
],
"swift_version": "5.2"
}