blob: f3e76ca06407013d7ee66fd2e3b3c46156f71708 [file] [log] [blame]
{
"name": "JGAFImageCache",
"version": "1.0.0",
"license": "MIT",
"summary": "A fast reliable image cache for iOS built with AFNetworking.",
"homepage": "https://github.com/jaminguy/JGAFImageCache",
"authors": "Jamin Guy",
"source": {
"git": "https://github.com/jaminguy/JGAFImageCache.git",
"tag": "1.0.0"
},
"source_files": "*.[hm]",
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 1.2.0"
]
}
}