[Add] LastFM.swift 1.5.0
[CocoaPods.git] / Specs / 9 / 7 / 6 / SwiftImageSlider / 0.1.5 / SwiftImageSlider.podspec.json
blobe3bedb3793b719550381dd16da3f62bba7ca1d1c
2   "name": "SwiftImageSlider",
3   "version": "0.1.5",
4   "summary": "A simple image slide show library by Swift.",
5   "homepage": "https://github.com/nanjingboy/SwiftImageSlider",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Tom.Huang": "hzlhu.dargon@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/nanjingboy/SwiftImageSlider.git",
15     "tag": "0.1.5"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "source_files": "Source/*.swift",
21   "resources": "SwiftImageSlider.bundle",
22   "dependencies": {
23     "Kingfisher": [
24       "~> 2.4"
25     ],
26     "Toast-Swift": [
27       "~> 1.3.0"
28     ]
29   }