[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 4 / a / f / swift-vibrant / 1.0.0 / swift-vibrant.podspec.json
blob3f3753db58af644eddd17835803dbed5f7a8cee4
2   "name": "swift-vibrant",
3   "version": "1.0.0",
4   "summary": "Extract prominent colors from an image.",
5   "description": "A swift port of the node-vibrant npm module. Extracts the dominant colors from an image and returns them as an easily digestible palette.",
6   "homepage": "https://github.com/bd452/swift-vibrant",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Bryce Dougherty": "bryce.dougherty@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/bd452/swift-vibrant.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "swiftVibrant/**/*",
22   "swift_versions": "5.0",
23   "swift_version": "5.0"