blob: a5a8fb9b2b8401777b0a6251be11d11ea517f6c9 [file] [log] [blame]
{
"name": "AlamofireLogger",
"version": "0.1.0",
"summary": "A linear interpolation microlibrary.",
"homepage": "https://github.com/dclelland/AlamofireLogger",
"license": {
"type": "MIT"
},
"authors": {
"Daniel Clelland": "daniel.clelland@gmail.com"
},
"source": {
"git": "https://github.com/dclelland/AlamofireLogger.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"ios": {
"source_files": "AlamofireLogger.swift"
},
"requires_arc": true,
"dependencies": {
"Alamofire": [
"~> 3.1"
]
}
}