blob: 6d1ecbf2538c6813530841263059dd69d88e26c3 [file] [log] [blame]
{
"name": "IQAsyncImage",
"version": "1.0.0",
"summary": "Asynchronous Image Loading Framework with progress and text initial placeholder support",
"homepage": "https://github.com/hackiftekhar/IQAsyncImage",
"screenshots": "https://raw.githubusercontent.com/hackiftekhar/IQAsyncImage/master/Screenshot/Screenshot.png",
"license": "MIT",
"authors": {
"Iftekhar Qurashi": "hack.iftekhar@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/hackiftekhar/IQAsyncImage.git",
"tag": "v1.0.0"
},
"source_files": "IQAsyncImage/**/*.{h,m}",
"dependencies": {
"IQURLConnection": [
"1.0.0"
],
"IQNetworkTaskManager": [
"1.0.0"
],
"IQCircularProgressView": [
"1.0.0"
]
},
"requires_arc": true
}