blob: fa082a7f83acc9a745c1e636cfe0aae3589f3f96 [file] [log] [blame]
{
"name": "OAuthSwiftAlamofire",
"version": "0.2.0",
"license": "MIT",
"summary": "Sign Alamofire request with OAuthSwift",
"homepage": "https://github.com/OAuthSwift/OAuthSwiftAlamofire",
"authors": {
"phimage": "eric.marchand.n7@gmail.com"
},
"platforms": {
"ios": "9.0",
"osx": "10.11",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/OAuthSwift/OAuthSwiftAlamofire.git",
"tag": "0.2.0"
},
"source_files": "Sources/*.swift",
"dependencies": {
"OAuthSwift": [
],
"Alamofire": [
]
}
}