blob: 30c5b74537b74f9a613336f3efa4aa37ddf7f994 [file] [log] [blame]
{
"name": "NTLog",
"version": "1.02",
"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.02"
},
"requires_arc": true,
"subspecs": [
{
"name": "Core",
"source_files": "Core"
},
{
"name": "Crashlytics",
"source_files": "Listeners/Crashlytics",
"dependencies": {
"NTLog/Core": [
]
}
}
]
}