blob: ae411b41a518563a90fa7fb2fc6a57079aef0d23 [file] [log] [blame]
{
"name": "AFURLConnectionByteSpeedMeasure",
"version": "1.0.1",
"platforms": {
"ios": "6.0"
},
"license": "MIT",
"source": {
"git": "https://github.com/OliverLetterer/AFURLConnectionByteSpeedMeasure.git",
"tag": "1.0.1"
},
"source_files": "AFURLConnectionByteSpeedMeasure",
"frameworks": "Foundation",
"requires_arc": true,
"homepage": "https://github.com/OliverLetterer/AFURLConnectionByteSpeedMeasure.git",
"summary": "Extends AFNetworking with the ability to measure connection speed and estimate completion time.",
"authors": {
"Oliver Letterer": "oliver.letterer@gmail.com"
},
"dependencies": {
"AFNetworking": [
"~> 1.0"
]
}
}