blob: 49f6a650439fd3d3a74f99a7fe2f1829e5bfbcd8 [file] [log] [blame]
{
"name": "ImageSlideshow",
"version": "0.2.2",
"summary": "Image slideshow written in Swift with circular scrolling, timer and full screen viewer",
"description": "Image slideshow is a Swift library providing customizable image slideshow with circular scrolling, timer and full screen viewer and extendable image source (AFNetworking image source available in AFURL subspec).",
"homepage": "https://github.com/zvonicek/ImageSlideshow",
"screenshots": "http://cl.ly/image/2v193I0G0h0Z/ImageSlideshow2.gif",
"license": "MIT",
"authors": {
"Petr Zvonicek": "zvonicek@gmail.com"
},
"source": {
"git": "https://github.com/zvonicek/ImageSlideshow.git",
"tag": "0.2.2"
},
"social_media_url": "https://twitter.com/zvonicek",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Pod/Classes/Core/**/*",
"resource_bundles": {
"ImageSlideshow": [
"Pod/Assets/*.png"
]
}
},
{
"name": "AFURL",
"dependencies": {
"ImageSlideshow/Core": [
],
"AFNetworking": [
"~> 2.3"
]
},
"source_files": "Pod/Classes/InputSources/AFURLSource.swift"
}
]
}