blob: a113d90531c69fe8d71a376dbf45f033d9080179 [file] [log] [blame]
{
"name": "UnsplashKit",
"version": "2.0.7",
"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": "2.0.7"
},
"default_subspecs": "Source",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"pushed_with_swift_version": "3.1",
"subspecs": [
{
"name": "Foundation",
"source_files": "UnsplashKit/Classes/Foundation/**/*.swift",
"dependencies": {
"Unbox": [
"~> 2.3"
],
"Result": [
"~> 3.1"
],
"HTTPStatusCodes": [
"~> 3.1"
]
},
"frameworks": [
"CoreLocation"
]
},
{
"name": "Source",
"dependencies": {
"CarambaKit/Networking": [
"~> 1.0.9"
],
"UnsplashKit/Foundation": [
]
},
"source_files": "UnsplashKit/Classes/UnsplashSource/**/*.swift"
},
{
"name": "API",
"source_files": "UnsplashKit/Classes/UnsplashAPI/**/*.swift",
"dependencies": {
"UnsplashKit/Foundation": [
]
}
}
]
}