blob: a94293b157488e1ea62f1b61d1acac6ca6bf2d83 [file] [log] [blame]
{
"name": "SwiftyUnsplashKit",
"version": "0.0.1",
"summary": "Pod written in Swift kit used to present Unsplash search view and select image along with its url.",
"description": "Lightweight Swift kit used to present Unsplash search view and select image along with its url. This is done via a modular controller/presenter object called UnsplashSearchPresenter.",
"homepage": "https://github.com/everuribe/SwiftyUnsplashKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ever": "e.apollo.u@gmail.com"
},
"platforms": {
"ios": "12.0"
},
"swift_version": "4.2",
"source": {
"git": "https://github.com/everuribe/SwiftyUnsplashKit.git",
"tag": "0.0.1"
},
"source_files": "SwiftyUnsplashKit/**/*.{h,m,swift}",
"resources": "SwiftyUnsplashKit/*.xcassets"
}