[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 6 / 2 / b / FastImage / 1.0.0 / FastImage.podspec.json
blobce05a351ef67790a979b288ef36d4d1e2a993950
2   "name": "FastImage",
3   "version": "1.0.0",
4   "summary": "Get a remote images size and type by downloading the first few batches of data.",
5   "description": "                       FastImage is an Objective-C port of the Ruby project by Stephen Sykes. It's directive is too request as little data as possible (usually just the first batch of bytes returned by a request), to determine the size and type of a remote image.\n",
6   "homepage": "https://github.com/kylehickinson/FastImage",
7   "license": "MIT",
8   "authors": {
9     "Kyle Hickinson": "kyle.hickinson@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/kylehickinson/FastImage.git",
13     "tag": "1.0.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "FastImage",
20   "public_header_files": "FastImage/**/*.h",
21   "frameworks": [
22     "Foundation",
23     "CoreGraphics"
24   ]