blob: bda91e67a5133659f6b28b03c8be2caa0208d186 [file] [log] [blame]
{
"name": "TRON",
"version": "4.1.0",
"license": "MIT",
"summary": "Lightweight network abstraction layer, written on top of Alamofire",
"homepage": "https://github.com/MLSDev/TRON",
"authors": {
"Denys Telezhkin": "denys.telezhkin@yandex.ru"
},
"social_media_url": "https://twitter.com/MLSDevCom",
"source": {
"git": "https://github.com/MLSDev/TRON.git",
"tag": "4.1.0"
},
"requires_arc": true,
"platforms": {
"ios": "8.0",
"tvos": "9.0",
"osx": "10.10",
"watchos": "2.0"
},
"dependencies": {
"Alamofire": [
"~> 4.5"
]
},
"default_subspecs": "SwiftyJSON",
"pushed_with_swift_version": "4.0",
"subspecs": [
{
"name": "Core",
"ios": {
"frameworks": "UIKit"
},
"source_files": "Source/*.swift",
"exclude_files": [
"Source/SwiftyJSONDecodable.swift",
"Source/Tron+RxSwift.swift"
],
"tvos": {
"exclude_files": "Source/NetworkActivityPlugin.swift"
},
"osx": {
"exclude_files": "Source/NetworkActivityPlugin.swift"
},
"watchos": {
"exclude_files": "Source/NetworkActivityPlugin.swift"
}
},
{
"name": "SwiftyJSON",
"dependencies": {
"TRON/Core": [
],
"SwiftyJSON": [
"~> 4.0"
]
},
"source_files": "Source/SwiftyJSONDecodable.swift"
},
{
"name": "RxSwift",
"dependencies": {
"TRON/Core": [
],
"RxSwift": [
"~> 4.0"
]
},
"source_files": "Source/Tron+RxSwift.swift"
}
]
}