blob: 16a250ed3019da8e6c16bb19afecddc21d68a0f3 [file] [log] [blame]
{
"name": "TRON",
"version": "5.0.2",
"license": "MIT",
"summary": "Lightweight network abstraction layer, written on top of Alamofire",
"homepage": "https://github.com/MLSDev/TRON",
"authors": {
"Denys Telezhkin": "denys.telezhkin.oss@gmail.com"
},
"social_media_url": "https://twitter.com/MLSDevCom",
"source": {
"git": "https://github.com/MLSDev/TRON.git",
"tag": "5.0.2"
},
"requires_arc": true,
"swift_versions": [
"4.0",
"4.2",
"5.0"
],
"platforms": {
"ios": "10.0",
"tvos": "10.0",
"osx": "10.12",
"watchos": "3.0"
},
"dependencies": {
"Alamofire": [
"~> 5.0"
]
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"ios": {
"frameworks": "UIKit"
},
"source_files": "Source/TRON/*.swift"
},
{
"name": "SwiftyJSON",
"dependencies": {
"TRON/Core": [
],
"SwiftyJSON": [
"~> 5.0"
]
},
"source_files": "Source/TRONSwiftyJSON/SwiftyJSONDecodable.swift"
},
{
"name": "RxSwift",
"dependencies": {
"TRON/Core": [
],
"RxSwift": [
"~> 5.1"
]
},
"source_files": "Source/RxTRON/Tron+RxSwift.swift"
}
],
"swift_version": "5.0"
}