blob: 3269d49e461b0d74d58f77dd7064ea11eac7b318 [file] [log] [blame]
{
"name": "RxUnsplashSource",
"version": "0.1.0",
"summary": "Unsplash Source with RxSwift",
"description": "Get high resolution image from Unsplash Source with RxSwift",
"homepage": "https://github.com/muukii/RxUnsplashSource",
"license": "MIT",
"authors": {
"muukii": "m@muukii.me"
},
"source": {
"git": "https://github.com/muukii/RxUnsplashSource.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/muukii0803",
"platforms": {
"ios": "8.0",
"tvos": "9.0",
"watchos": "2.0"
},
"requires_arc": true,
"source_files": "RxUnsplashSource/*.swift",
"dependencies": {
"RxSwift": [
"~> 2.3.0"
]
}
}