blob: 81187b278889b8e96d350962135df7df34e3d338 [file] [log] [blame]
{
"name": "AFHARchiver",
"version": "0.0.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.0.2"
},
"source_files": "AFHARchiver",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"requires_arc": true,
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"dependencies": {
"AFNetworking": [
">= 0.9"
]
}
}