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