blob: 489f60b4e80309b8050a39734ea4a10ef46132fb [file] [log] [blame]
{
"name": "UnsplashSwift",
"version": "0.2.0",
"license": {
"type": "MIT"
},
"homepage": "https://github.com/jdisho/UnsplashSwift",
"authors": {
"Joan Disho": "dishojoan@gmail.com"
},
"summary": "A Swift wrapper for the Unsplash API",
"source": {
"git": "https://github.com/jdisho/UnsplashSwift.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "UnsplashSwift/Sources/*.swift",
"frameworks": "Foundation",
"dependencies": {
"Alamofire": [
"~> 4.7"
]
}
}
]
}