[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 7 / 0 / f / BFTask-PromiseKit / 2.0.1 / BFTask-PromiseKit.podspec.json
blob32e9f2e884ab0e512ebba3df39314393bd22db53
2   "name": "BFTask-PromiseKit",
3   "version": "2.0.1",
4   "summary": "To convert a BFTask to a Promise in the PromiseKit",
5   "description": "An Objective-C extension for BFTask to convert it to a Promise in the PromiseKit.\nSo a BFTask also have the powerful clean dot notation syntax of PromiseKit.",
6   "homepage": "https://github.com/eddy-lau/BFTask-PromiseKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Eddie Lau": "eddie@touchutility.com"
13   },
14   "source": {
15     "git": "https://github.com/eddy-lau/BFTask-PromiseKit.git",
16     "tag": "2.0.1"
17   },
18   "swift_versions": "4.0",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "BFTask-PromiseKit/*",
23   "dependencies": {
24     "Bolts/Tasks": [
25       "~> 1.9"
26     ],
27     "PromiseKit": [
28       "~> 6.8"
29     ]
30   },
31   "swift_version": "4.0"