[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 7 / 9 / 5 / JAQSliderView / 0.1.0 / JAQSliderView.podspec.json
blobb04ff8c2da8a4b54373b365e18efe77bd37c5186
2   "name": "JAQSliderView",
3   "version": "0.1.0",
4   "summary": "Image Slider View with automatic image loader (tappable)",
5   "description": "                       Image Slider View that takes objects that conforms to a protocol in order to provide an image url and a content url, so the slider automatically gets the images from the urls and shows them in the slider. The slider is tappable and has a delegate to know which object was tapped. \n",
6   "homepage": "https://github.com/javierquerol/JAQSliderView",
7   "license": "MIT",
8   "authors": {
9     "Javier Querol": "querol.javi@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/javierquerol/JAQSliderView.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes",
20   "resource_bundles": {
21     "JAQSliderView": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "dependencies": {
26     "SDWebImage": [
28     ]
29   },
30   "frameworks": [
31     "UIKit",
32     "QuartzCore"
33   ]