blob: 83120499e1ddb08024b6b5d95c200e44e304f0da [file] [log] [blame]
{
"name": "UnsplasherSDK",
"version": "1.0.3",
"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.3"
},
"source_files": [
"Classes",
"Unsplasher/**/*.swift"
],
"requires_arc": true,
"dependencies": {
"Alamofire": [
"~> 4.6"
],
"SwiftKeychainWrapper": [
"~> 3.0.1"
]
}
}