blob: bd72e42e0f1f2252d2269dbd9ba6374dc082bcbd [file] [log] [blame]
{
"name": "PAAImageView",
"version": "1.1.0",
"summary": "Rounded async imageview downloader based on AFNetworking 2 and lightly cached.",
"homepage": "https://github.com/abiaad/PAAImageView",
"license": {
"type": "MIT"
},
"authors": {
"Pierre Abi-aad": "abiaad.pierre@me.com"
},
"source": {
"git": "https://github.com/abiaad/PAAImageView.git",
"tag": "1.1.0"
},
"platforms": {
"ios": "6.0"
},
"source_files": "*.{h,m}",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 2.2"
]
}
}