blob: cf17eafbec0c0b83035e8cec1af036a1493d89dc [file] [log] [blame]
{
"name": "ImgurAnonymousAPI",
"version": "0.9",
"summary": "Upload images 'anonymously' to Imgur.",
"homepage": "https://github.com/nolanw/ImgurAnonymousAPI",
"license": "Public domain",
"authors": {
"Nolan Waite": "nolan@nolanw.ca"
},
"source": {
"git": "https://github.com/nolanw/ImgurAnonymousAPI.git",
"tag": "v0.9"
},
"source_files": "Sources/*.swift",
"swift_version": "4.2",
"platforms": {
"ios": "9.0",
"tvos": "9.0",
"watchos": "2.0"
},
"ios": {
"frameworks": [
"ImageIO",
"MobileCoreServices",
"Photos",
"UIKit"
]
},
"tvos": {
"frameworks": [
"ImageIO",
"MobileCoreServices"
]
},
"watchos": {
"frameworks": [
"ImageIO",
"MobileCoreServices"
]
}
}