blob: ef492ca31d028ca85812980e37006d8243f898de [file] [log] [blame]
{
"name": "MMLogger",
"version": "0.1.4",
"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.4"
},
"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": [
]
}
}
]
}