[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / b / f / c / OAuthSwiftFutures / 0.1.0 / OAuthSwiftFutures.podspec.json
blobee180af780295b80d56c7daf4043f0dacad09142
2   "name": "OAuthSwiftFutures",
3   "version": "0.1.0",
4   "license": "MIT",
5   "summary": "Bring you futures to OAuthSwift.",
6   "description": "OAuthSwiftFutures bring you futures/promises to OAuthSwift.\nIt's build on top BrightFutures to achieve great asynchronous code.",
7   "homepage": "https://github.com/OAuthSwift/OAuthSwiftFutures",
8   "authors": {
9     "phimage": "eric.marchand.n7@gmail.com"
10   },
11   "platforms": {
12     "ios": "8.0",
13     "osx": "10.10",
14     "tvos": "9.0"
15   },
16   "source": {
17     "git": "https://github.com/OAuthSwift/OAuthSwiftFutures.git",
18     "tag": "0.1.0"
19   },
20   "source_files": "OAuthSwiftFutures/*.swift",
21   "dependencies": {
22     "OAuthSwift": [
24     ],
25     "BrightFutures": [
27     ]
28   }