blob: d6fb0975e186d6e21a0fa5fdc0c1731c88017569 [file] [log] [blame]
{
"name": "IGFastImage",
"version": "2.0.0",
"platforms": {
"ios": "7.0",
"osx": "10.9"
},
"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": "2.0.0"
},
"source_files": "IGFastImage/FastImage/*.{h,m}",
"requires_arc": true
}