blob: 2a2c8aa38cdc01f22860687933ea808f9692d718 [file] [log] [blame]
{
"name": "AlamofireNetworkLogger",
"version": "0.1.0",
"summary": "Network Logger for Alamofire",
"homepage": "https://github.com/Dwarven/AlamofireNetworkLogger",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Dwarven": "prison.yang@gmail.com"
},
"social_media_url": "https://twitter.com/DwarvenYang",
"source": {
"git": "https://github.com/Dwarven/AlamofireNetworkLogger.git",
"tag": "0.1.0"
},
"source_files": "Class/*.swift",
"platforms": {
"ios": "9.0",
"osx": "10.11",
"tvos": "9.0",
"watchos": "2.0"
},
"dependencies": {
"Alamofire": [
"~> 4.0"
]
}
}