blob: 842a434214347e00b66d27d1775af7cd0663c13e [file] [log] [blame]
{
"name": "SwiftyUnsplashKit",
"version": "0.0.5",
"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_versions": "4.2",
"source": {
"git": "https://github.com/everuribe/SwiftyUnsplashKit.git",
"tag": "0.0.5"
},
"source_files": "SwiftyUnsplashKit/**/*.{h,m,swift}",
"resources": "SwiftyUnsplashKit/*.xcassets",
"swift_version": "4.2"
}