blob: 2822809e70dd17d0328a8a0e58760f4514c3011d [file] [log] [blame]
{
"name": "NTTLogger",
"version": "0.1.0",
"summary": "NTTLogger your remote logger",
"swift_version": "3.2",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/davidecalo/NTTLogger",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"davide.calo@nttdata.com": "Davide.Calo@nttdata.com"
},
"source": {
"git": "https://github.com/davidecalo/NTTLogger.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "NTTLogger/Classes/**/*",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"Alamofire": [
"~> 4.7"
]
}
}