blob: 26140e382aef18164a527bef8f91a4b2fdfb2c5d [file] [log] [blame]
{
"name": "SWLoremPicsumSDK",
"version": "0.0.6",
"summary": "Lorem Ipsum... but for photos. SDK in Swift for https://picsum.photos/",
"description": "This is simple SDK written in Swift and it allows to easy get photos from https://picsum.photos/",
"homepage": "https://github.com/swojtyna/SWLoremPicsumSDK",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Sebastian Wojtyna": "wojtyna.sebastian@gmail.com"
},
"platforms": {
"ios": "12.0"
},
"swift_version": "5.0",
"source": {
"git": "https://github.com/swojtyna/SWLoremPicsumSDK.git",
"tag": "0.0.6"
},
"source_files": "SWLoremPicsumSDK/SWLoremPicsumSDK/Sources/**/*",
"dependencies": {
"Moya": [
"~> 13.0"
]
}
}