blob: 91a06779463244fdc07b47622e332415c172f5fa [file] [log] [blame]
{
"name": "IGFastImage",
"version": "1.0.1",
"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.1"
},
"source_files": "IGFastImage/FastImage/*.{h,m}",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 1.3.1"
]
}
}