blob: 5636939d6d62bdc2f01d6bd5c93e613a7d466b4b [file] [log] [blame]
{
"name": "SwiftyBeaver-Destinations",
"version": "0.0.1",
"summary": "Additionals destinations (LogEntries, Logmatic) and utilities for SwiftyBeaver.",
"homepage": "https://github.com/smartnsoft/SwiftyBeaver-Destinations",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Smart&Soft": "contact@smartnsoft.com"
},
"source": {
"git": "https://github.com/smartnsoft/SwiftyBeaver-Destinations.git",
"tag": "0.0.1"
},
"default_subspecs": "Core",
"platforms": {
"ios": "9.0"
},
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "Core",
"source_files": "SwiftyBeaver-Destinations/Classes/Utils/*.{swift,h,m}",
"dependencies": {
"SwiftyBeaver": [
"~> 1.2.1"
]
}
},
{
"name": "LogEntries",
"source_files": "SwiftyBeaver-Destinations/Classes/LogEntries/**/*.{swift,h,m}",
"dependencies": {
"SwiftyBeaver-Destinations/Core": [
],
"iOSLogEntries": [
"~> 1.2"
]
}
},
{
"name": "Logmatic",
"source_files": "SwiftyBeaver-Destinations/Classes/Logmatic/**/*.{swift,h,m}",
"dependencies": {
"SwiftyBeaver-Destinations/Core": [
],
"Logmatic": [
"~> 1.0"
]
}
}
]
}