[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 1 / f / 6 / IMRemoteImageSize / 1.0 / IMRemoteImageSize.podspec.json
blob8c6edaa5c78a3bce19cacc747b07df799906e7a7
2   "name": "IMRemoteImageSize",
3   "version": "1.0",
4   "summary": "a library for iOS that allows you to retrieve the size of a remote image without having to download it.",
5   "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.",
6   "homepage": "https://github.com/IMcD23/IMRemoteImageSize",
7   "license": "MIT",
8   "authors": {
9     "Ian McDowell": "mcdow.ian@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/IMcD23/IMRemoteImageSize.git",
13     "tag": "1.0"
14   },
15   "social_media_url": "https://twitter.com/ian_mcdowell",
16   "platforms": {
17     "ios": "8.3"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resource_bundles": {
22     "IMRemoteImageSize": [
23       "Pod/Assets/*.png"
24     ]
25   }