blob: e11202c17f8d20f262ec567fd5a11f5d30d455fb [file] [log] [blame]
{
"name": "Unsplash-Swift",
"version": "0.1.0",
"summary": "Unsplash API",
"description": "Unsplash API Kit",
"homepage": "https://github.com/muukii/Unsplash-Swift",
"license": "MIT",
"authors": {
"muukii": "m@muukii.me"
},
"source": {
"git": "https://github.com/muukii/Unsplash-Swift.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Unsplash-Swift/*.swift",
"dependencies": {
"RESTRequest": [
"~> 0.4.0"
]
}
}