blob: 9365abc1cc97cb798e38c392acb3de3c3efcfdf3 [file] [log] [blame]
{
"name": "ImageScout",
"version": "2.0.0",
"summary": "Get the size and type of a remote image by downloading as little as possible.",
"homepage": "https://github.com/kaishin/ImageScout",
"social_media_url": "http://twitter.com/kaishin",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Reda Lemeden": "git@kaishin.haz.email"
},
"source": {
"git": "https://github.com/kaishin/ImageScout.git",
"tag": "v2.0.0",
"submodules": true
},
"ios": {
"source_files": [
"Shared/**/*.{h,swift}",
"ImageScout-iOS/**/*.{h,swift}"
]
},
"osx": {
"source_files": [
"Shared/**/*.{h,swift}",
"ImageScout-Mac/**/*.{h,swift}"
]
},
"requires_arc": true,
"platforms": {
"ios": "8.0",
"osx": "10.11"
},
"pushed_with_swift_version": "4.0"
}