blob: 2343f5081afbc15f2a3e48b2a95978ad74545663 [file] [log] [blame]
{
"name": "HermesLogger",
"version": "0.1.0",
"summary": "An extensible logging framework built in Swift.",
"description": "HermesLogger is a small, extensible, logging framework built in Swift using generics and protocols.\n\nCurrently supports XcodeColors.",
"homepage": "https://github.com/MichaelSelsky/HermesLogger",
"license": "MIT",
"authors": {
"Michael Selsky": "Michael@Selsky.me"
},
"source": {
"git": "https://github.com/MichaelSelsky/HermesLogger.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/MichaelSelsky",
"platforms": {
"ios": "8.0",
"watchos": "2.0",
"tvos": "9.0"
},
"requires_arc": true,
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Pod/Classes/*.swift"
}
]
}