blob: 19bb2705b713982c42eb9fe4ab37bd878694d014 [file] [log] [blame]
{
"name": "IMRemoteImageSize",
"version": "1.0.2",
"summary": "a library for iOS that allows you to retrieve the size of a remote image without having to download it.",
"description": "IMRemoteImageSize is a simple library for iOS that allows you to retrieve the dimensions of a remote image (JPG, GIF, PNG or BMP), without having to download the image. It retrieves the first few bytes of the file and then stops downloading.",
"homepage": "https://github.com/IMcD23/IMRemoteImageSize",
"license": "MIT",
"authors": {
"Ian McDowell": "mcdow.ian@gmail.com"
},
"source": {
"git": "https://github.com/IMcD23/IMRemoteImageSize.git",
"tag": "1.0.2"
},
"social_media_url": "https://twitter.com/ian_mcdowell",
"platforms": {
"ios": "8.3"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"IMRemoteImageSize": [
"Pod/Assets/*.png"
]
}
}