blob: b04ff8c2da8a4b54373b365e18efe77bd37c5186 [file] [log] [blame]
{
"name": "JAQSliderView",
"version": "0.1.0",
"summary": "Image Slider View with automatic image loader (tappable)",
"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",
"homepage": "https://github.com/javierquerol/JAQSliderView",
"license": "MIT",
"authors": {
"Javier Querol": "querol.javi@gmail.com"
},
"source": {
"git": "https://github.com/javierquerol/JAQSliderView.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"resource_bundles": {
"JAQSliderView": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"SDWebImage": [
]
},
"frameworks": [
"UIKit",
"QuartzCore"
]
}