blob: fab331fe2fdc314b74e7a24eac3f8dda3ce033d4 [file] [log] [blame]
{
"name": "ASAPImage",
"version": "0.1.1",
"summary": "Asynchronous image downloading utilities",
"description": "A library providing asynchronous image downloading utilities.",
"homepage": "https://github.com/lo-fo/ASAPImage",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Louis Fournier": "louis.fo@gmail.com"
},
"source": {
"git": "https://github.com/lo-fo/ASAPImage.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "10.0"
},
"source_files": [
"ASAPImage/ASAPImage*.swift",
"ASAPImage/Async/*.swift",
"ASAPImage/Utilities/*.swift"
]
}