[Delete] GizoSDK 2.0.2-alpha.02
[CocoaPods.git] / Specs / 3 / c / 5 / SimpleImageSlider / 2.0.0 / SimpleImageSlider.podspec.json
blobde8dd6f6409bd3ceea2ac4f44446fec5db26f48d
2   "name": "SimpleImageSlider",
3   "version": "2.0.0",
4   "summary": "SimpleImageSlider is a simple view that creates a scrollable gallery of images.",
5   "description": "SimpleImageSlider is a simple image gallery view that allows a user to scroll horizontally through an array of images. Great for collection view and table view headers, or anywhere you need an image gallery!",
6   "homepage": "https://github.com/christianhatch/SimpleImageSlider",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Christian Hatch": "christianhatch@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/christianhatch/SimpleImageSlider.git",
16     "tag": "2.0.0"
17   },
18   "social_media_url": "https://twitter.com/commodoreftp",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "source_files": "SimpleImageSlider/Classes/**/*",
23   "dependencies": {
24     "PureLayout": [
26     ]
27   }