blob: b39d675b56549a114459afd595bd7fdb6097f7dd [file] [log] [blame]
{
"name": "AFHARchiver",
"version": "0.2.2",
"summary": "An AFNetworking extension to automatically generate a HTTP Archive file of all of your network requests.",
"authors": {
"Kevin Harwood": "kevin.harwood@mutualmobile.com"
},
"homepage": "https://github.com/mutualmobile/AFHARchiver",
"source": {
"git": "https://github.com/mutualmobile/AFHARchiver.git",
"tag": "0.2.2"
},
"source_files": "AFHARchiver",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"requires_arc": true,
"platforms": {
"ios": "7.0",
"osx": "10.9"
},
"dependencies": {
"AFNetworking": [
"~> 2.1"
],
"AFNetworking/NSURLSession": [
"~> 2.1"
]
}
}