blob: ce05a351ef67790a979b288ef36d4d1e2a993950 [file] [log] [blame]
{
"name": "FastImage",
"version": "1.0.0",
"summary": "Get a remote images size and type by downloading the first few batches of data.",
"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",
"homepage": "https://github.com/kylehickinson/FastImage",
"license": "MIT",
"authors": {
"Kyle Hickinson": "kyle.hickinson@gmail.com"
},
"source": {
"git": "https://github.com/kylehickinson/FastImage.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "FastImage",
"public_header_files": "FastImage/**/*.h",
"frameworks": [
"Foundation",
"CoreGraphics"
]
}