blob: fc16b9c3ffd5fc1378910fb4b303a71587517e1c [file] [log] [blame]
{
"name": "NTLog",
"version": "1.00",
"summary": "A simple, extensible iOS logging system.",
"homepage": "https://github.com/NagelTech/NTLog",
"license": {
"type": "MIT",
"file": "license.txt"
},
"authors": {
"Ethan Nagel": "eanagel@gmail.com"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/NagelTech/NTLog.git",
"tag": "1.00"
},
"requires_arc": false,
"subspecs": [
{
"name": "Core",
"source_files": "Core"
},
{
"name": "Crashlytics",
"source_files": "Listeners/Crashlytics",
"dependencies": {
"NTLog/Core": [
]
}
}
]
}