blob: 6fad24cecda70ae1c3ec9ca79e13a03ca5615d16 [file] [log] [blame]
{
"name": "AFHARchiver",
"version": "0.1.0",
"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/AFHARchiver.podspec",
"source": {
"git": "https://github.com/mutualmobile/AFHARchiver.git",
"tag": "0.1.0"
},
"source_files": "AFHARchiver",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"requires_arc": true,
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"dependencies": {
"AFNetworking": [
"~> 1.0"
]
}
}