blob: f0ddba1f8bb36daa38648eecee3363e441375a9a [file] [log] [blame]
{
"name": "MMLogger",
"version": "0.1.2",
"summary": "MMLogger is a wrapper for loggers",
"homepage": "https://github.com/mateuszmackowiak/MMLogger",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Mateusz Mackowiak": "m@mateuszmackowiak.art.pl"
},
"source": {
"git": "https://github.com/mateuszmackowiak/MMLogger.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "8.0"
},
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "Core",
"source_files": "MMLogger/Classes/Core/*.swift"
},
{
"name": "Logstash",
"source_files": "MMLogger/Classes/Logstash/*.swift",
"dependencies": {
"CocoaAsyncSocket": [
],
"MMLogger/Core": [
]
}
}
]
}