blob: 139a17aefc4036babbb7ca3fa76aa4af399d66fc [file] [log] [blame]
{
"name": "TRON",
"version": "2.0.0-beta.4",
"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": "2.0.0-beta.4"
},
"requires_arc": true,
"platforms": {
"ios": "9.0",
"tvos": "9.0",
"osx": "10.11",
"watchos": "2.0"
},
"dependencies": {
"Alamofire": [
"~> 4.0"
]
},
"default_subspecs": "SwiftyJSON",
"subspecs": [
{
"name": "Core",
"ios": {
"frameworks": "UIKit"
},
"source_files": "Source/Core/*.swift",
"tvos": {
"exclude_files": "Source/Core/NetworkActivityPlugin.swift"
},
"osx": {
"exclude_files": "Source/Core/NetworkActivityPlugin.swift"
},
"watchos": {
"exclude_files": "Source/Core/NetworkActivityPlugin.swift"
}
},
{
"name": "SwiftyJSON",
"dependencies": {
"TRON/Core": [
],
"SwiftyJSON": [
"~> 3.1"
]
},
"source_files": "Source/SwiftyJSON/*.swift"
},
{
"name": "RxSwift",
"dependencies": {
"TRON/Core": [
],
"RxSwift": [
"~> 3.0.0-beta.1"
]
},
"source_files": "Source/RxSwift/*.swift"
}
]
}