blob: 4ef48c02985bf0008f785b1d48966516c5196092 [file] [log] [blame]
{
"name": "RemoteImageSize",
"version": "1.0.0",
"license": "MIT",
"summary": "Get image size from URL",
"homepage": "https://github.com/hoangtaiki/RemoteImageSize",
"authors": {
"Harry Tran": "duchoang.vp@gmail.com"
},
"source": {
"git": "https://github.com/hoangtaiki/RemoteImageSize.git",
"tag": "1.0.0"
},
"swift_versions": "5.0",
"requires_arc": true,
"platforms": {
"ios": "9.0"
},
"source_files": "RemoteImageSize/**/*.swift",
"ios": {
"frameworks": [
"UIKit",
"Foundation"
]
},
"swift_version": "5.0"
}