blob: bdfe2cce5f94e568b5e77690746e94b06285f011 [file] [log] [blame]
{
"name": "UnsplashKit",
"version": "0.0.23",
"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.in": "hello@caramba.in"
},
"source": {
"git": "https://github.com/carambalabs/UnsplashKit.git",
"tag": "0.0.23"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"source_files": "UnsplashKit/Classes/**/*",
"dependencies": {
"CarambaKit/Networking": [
"~> 0.0"
]
}
}