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