blob: 41161f065c55f5447c2b1bdb8c218c623ba3f01b [file] [log] [blame]
{
"name": "ImageScout",
"version": "1.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": "v1.0.0",
"submodules": true
},
"ios": {
"source_files": [
"Source/**/*.{h,swift}",
"ImageScout-iOS/**/*.{h,swift}"
]
},
"osx": {
"source_files": [
"Source/**/*.{h,swift}",
"ImageScout-Mac/**/*.{h,swift}"
]
},
"requires_arc": true,
"platforms": {
"ios": "8.0",
"osx": "10.11"
}
}