blob: 79e3092acb0885fb6a55b32c6de72ecf6254c351 [file] [log] [blame]
{
"name": "UnsplashKit",
"version": "1.0.0",
"summary": "Client for Unsplash API",
"description": "Swift client for unsplash.com API",
"homepage": "https://github.com/carambalabs/UnsplashKit",
"social_media_url": "https://twitter.com/carambalabs",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Caramba.io": "hello@caramba.io"
},
"source": {
"git": "https://github.com/carambalabs/UnsplashKit.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"source_files": "UnsplashKit/Classes/**/*",
"dependencies": {
"CarambaKit/Networking": [
"~> 1.0.0"
]
},
"pushed_with_swift_version": "3.0"
}