[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 8 / e / a / Bluebird / 1.3.0 / Bluebird.podspec.json
blob45d11d53721ab40cc469425d4730201c4eab149d
2   "name": "Bluebird",
3   "version": "1.3.0",
4   "summary": "Promise/A+, Bluebird inspired, implementation in Swift 3",
5   "homepage": "https://github.com/AndrewBarba/Bluebird.swift",
6   "license": "MIT",
7   "authors": {
8     "Andrew Barba": "abarba.77@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/AndrewBarba/Bluebird.swift.git",
12     "tag": "1.3.0"
13   },
14   "requires_arc": true,
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.11",
18     "watchos": "2.0"
19   },
20   "source_files": "Bluebird/**/*.{h,swift}",
21   "public_header_files": "Bluebird/**/*.h"