blob: ba45189765add2e20cf0d31150b56422bdbd0a55 [file] [log] [blame]
{
"name": "Haneke+AFNetworking",
"version": "0.2.0",
"license": "Apache 2.0",
"summary": "Haneke extension to use AFNetworking to download images.",
"homepage": "https://github.com/Haneke/Haneke-AFNetworking",
"authors": "Hermes Pique",
"social_media_url": "https://twitter.com/hpique",
"source": {
"git": "https://github.com/Haneke/Haneke-AFNetworking.git",
"tag": "v0.2.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Haneke+AFNetworking/*.{h,m}",
"dependencies": {
"Haneke": [
"~> 1.0"
],
"AFNetworking": [
"~> 2.3"
]
}
}