blob: 6a3b737e82f99d9801f581b06a0ee42c690e285d [file] [log] [blame]
{
"name": "SWLoremPicsumSDK",
"version": "0.0.2",
"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": "8.0"
},
"source": {
"git": "https://github.com/swojtyna/SWLoremPicsumSDK.git",
"tag": "0.0.2"
},
"source_files": "SWLoremPicsumSDK/SWLoremPicsumSDK/Sources/**/*",
"dependencies": {
"Moya": [
"~> 11.0"
]
},
"swift_version": "4.0"
}