blob: 3a2ae51cab6237e8bcd4789b0710e639d955c9bd [file] [log] [blame]
{
"name": "AFHARchiver",
"version": "0.2.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.2.0"
},
"source_files": "AFHARchiver",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"requires_arc": true,
"platforms": {
"ios": "7.0",
"osx": "10.9"
},
"dependencies": {
"AFNetworking": [
"~> 2.0.0"
],
"AFNetworking/NSURLSession": [
"~> 2.0.0"
]
}
}