blob: 37d1e085484f33e312737266f43a890e5052623d [file] [log] [blame]
{
"name": "UnsplasherSDK",
"version": "1.0.2",
"summary": "Unsplash API client written in Swift.",
"description": "Unsplash API client written in Swift. It supports user authentication and all the features available in the official API.",
"homepage": "https://github.com/adboco/Unsplasher-SDK",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Adrián Bouza Correa": "adboco@telefonica.net"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/adboco/Unsplasher-SDK.git",
"tag": "v1.0.2"
},
"source_files": [
"Classes",
"Unsplasher/**/*.swift"
],
"requires_arc": true,
"dependencies": {
"Alamofire": [
"~> 4.6"
],
"SwiftKeychainWrapper": [
"~> 3.0.1"
]
}
}