blob: ac2509e9b2adcaf76bfd0b6f44bc5dd8e80bb395 [file] [log] [blame]
{
"name": "IGFastImage",
"version": "1.0.0",
"platforms": {
"ios": "6.0",
"osx": "10.8"
},
"summary": "Finds the size and type of an image given its uri by fetching as little as needed.",
"homepage": "https://github.com/siuying/IGFastImage",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Francis Chong": "francis@ignition.hk"
},
"source": {
"git": "https://github.com/siuying/IGFastImage.git",
"tag": "1.0.0"
},
"source_files": "IGFastImage/FastImage/*.{h,m}",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 1.3.1"
]
}
}