blob: 4de14662292577865f9054da8fb55023e24539d2 [file] [log] [blame]
{
"name": "PAAImageView",
"version": "1.0.1",
"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.0.1"
},
"platforms": {
"ios": "6.0"
},
"source_files": "*.{h,m}",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 2.2"
]
}
}