blob: d09f15a277c460020e4014b41b748b7d9f1d019a [file] [log] [blame]
{
"name": "UnsplashImageView",
"version": "0.1.0",
"summary": "Easily embed Unsplash photos in UIImageView. Using Unsplash Source API.",
"description": "UnsplashImageView allows to display Unsplash photos in UIImageView and make transitions between images. Using Unsplash Source API.",
"homepage": "https://github.com/adboco/UnsplashImageView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"adboco@telefonica.net": "Adrián Bouza Correa"
},
"source": {
"git": "https://github.com/adboco/UnsplashImageView.git",
"tag": "0.1.0"
},
"social_media_url": "https://instagram.com/adboco",
"platforms": {
"ios": "8.0"
},
"source_files": "UnsplashImageView/Classes/**/*",
"swift_version": "4.1",
"frameworks": "UIKit",
"dependencies": {
"Alamofire": [
],
"Repeat": [
]
}
}