blob: 21a2b586ba5316bc6abc656c13e50cb5c2243076 [file] [log] [blame]
{
"name": "NWLogging",
"version": "1.2.5",
"summary": "A minimalistic logging framework for Cocoa.",
"homepage": "https://github.com/noodlewerk/NWLogging",
"license": {
"type": "BSD",
"file": "LICENSE.txt"
},
"authors": {
"Leonard van Driel": "leonardvandriel@gmail.com"
},
"platforms": {
"ios": "6.0",
"osx": "10.8"
},
"requires_arc": true,
"source": {
"git": "https://github.com/noodlewerk/NWLogging.git",
"tag": "1.2.5"
},
"source_files": "Library/**/*.{h,m,c}",
"osx": {
"exclude_files": "Library/UI/NWLLogViewController.{h,m}"
},
"ios": {
"frameworks": [
"MessageUI",
"UIKit"
]
},
"libraries": "z"
}