blob: ee180af780295b80d56c7daf4043f0dacad09142 [file] [log] [blame]
{
"name": "OAuthSwiftFutures",
"version": "0.1.0",
"license": "MIT",
"summary": "Bring you futures to OAuthSwift.",
"description": "OAuthSwiftFutures bring you futures/promises to OAuthSwift.\nIt's build on top BrightFutures to achieve great asynchronous code.",
"homepage": "https://github.com/OAuthSwift/OAuthSwiftFutures",
"authors": {
"phimage": "eric.marchand.n7@gmail.com"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/OAuthSwift/OAuthSwiftFutures.git",
"tag": "0.1.0"
},
"source_files": "OAuthSwiftFutures/*.swift",
"dependencies": {
"OAuthSwift": [
],
"BrightFutures": [
]
}
}